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

/*** TEXT ***/
/* Book */@font-face {
  font-family:'Gotham';
  font-weight:normal;
  font-style:normal;
  src:url('gotham-book.otf');
  src:url('gotham-book.ttf');
}
/* Book Italic */@font-face {
  font-family:'Gotham';
  font-weight:normal;
  font-style:italic;
  src:url('gotham-bookitalic.otf');
  src:url('gotham-bookitalic.ttf');
}
/* Light */@font-face {
  font-family:'Gotham';
  font-weight:lighter;
  font-style:normal;
  src:url('gotham-light.otf');
  src:url('gotham-light.ttf');
}
/* Light Italic */@font-face {
  font-family:'Gotham';
  font-weight:lighter;
  font-style:italic;
  src:url('gotham-lightitalic.otf');
  src:url('gotham-lightitalic.ttf');
}
/* Medium */@font-face {
  font-family:'Gotham';
  font-weight:bolder;
  font-style:normal;
  src:url('gotham-medium.otf');
  src:url('gotham-medium.ttf');
}
/* Medium Italic */@font-face {
  font-family:'Gotham';
  font-weight:bolder;
  font-style:italic;
  src:url('gotham-mediumitalic.otf');
  src:url('gotham-mediumitalic.ttf');
}
/* Bold */@font-face {
  font-family:'Gotham';
  font-weight:bold;
  font-style:normal;
  src:url('gotham-bold.otf');
  src:url('gotham-bold.ttf');
}
/* Bold Italic */@font-face {
  font-family:'Gotham';
  font-weight:bold;
  font-style:italic;
  src:url('gotham-bolditalic.otf');
  src:url('gotham-bolditalic.ttf');
}