/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* CUSTOM FONT */

/* Normal Weight */
@font-face {
  font-family: 'BrotherMedium';
  src: url('fonts/09-Brother1816-Medium.woff2') format('woff2'),
       url('fonts/09-Brother1816-Medium.woff') format('woff'),
	   url('fonts/09-Brother1816-Medium.ttf') format('ttf'),
	   url('fonts/09-Brother1816-Medium.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

/* Bold Weight */
@font-face {
  font-family: 'BrotherBold';
  src: url('fonts/11-Brother1816-Bold.woff2') format('woff2'),
       url('fonts/11-Brother1816-Bold.woff') format('woff'),
	   url('fonts/11-Brother1816-Bold.ttf') format('ttf'),
	   url('fonts/11-Brother1816-Bold.otf') format('otf');
  font-weight: bold;
  font-style: normal;
}