/*
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: 'Juana';
  src: url('fonts/Juana-Light.otf') format('opentype'),
  font-style: "normal";
  font-weight: "300";
  } */

@font-face{
  font-family: 'Tobias-Light';
  src: url('fonts/Tobias-Light.otf') format('opentype');
  font-style: "normal";
  font-weight: "200";
  }

@font-face{
  font-family: 'Tobias-Regular';
  src: url('fonts/Tobias-Regular.otf') format('opentype');
 font-style:normal;
font-weight:'normal';}
  
@font-face{
  font-family: 'Gotham-Medium';
  src: url('fonts/Gotham-Medium.otf') format('opentype');
 font-style:normal;
font-weight:'normal';}
  
  .Tobias-Light {
    font-family: 'Tobias-Light';
    font-weight:  normal;
    font-style:   normal;
  }

  .Tobias-Regular {
    font-family: 'Tobias-Regular';
    font-weight:  normal;
    font-style:   normal;
  }

 .Gothan-Medium {
    font-family: 'Gotham-Medium';
    font-weight:  normal;
    font-style:   normal;
  }

