/*
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
*/

/* @font-face {
  font-family: 'Roobert-Light';
  src: url ('fonts/Roobert-Light.woff') format ('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roobert-Medium';
  src: url ('fonts/Roobert-Medium.woff') format ('woff');
  font-weight: normal;
  font-style: normal;
} */


 @font-face {
  font-family: 'Roobert-Light';
  src: url('fonts/Roobert-Light.eot');
  src: url('fonts/Roobert-Light.eot?#iefix') format('embedded-opentype'), 
       url('fonts/Roobert-Light.woff2') format('woff2'),
       url('fonts/Roobert-Light.woff') format('woff'), 
       url('fonts/Roobert-Light.ttf')  format('truetype'); 
       font-weight: normal;
       font-style: normal;
     
}
 @font-face {
  font-family: 'Roobert-Medium';
  src: url('fonts/Roobert-Medium.eot'); 
  src: url('fonts/Roobert-Medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/Roobert-Medium.woff2') format('woff2'), 
       url('fonts/Roobert-Medium.woff') format('woff'),
       url('fonts/Roobert-Medium.ttf')  format('truetype');
       font-weight: normal;
       font-style: normal;
     
}