/*
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: 'gt_americaregular';
    src: url('fonts/gt-america-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-america-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gt_americabold';
    src: url('fonts/gt-america-bold-webfont.woff2') format('woff2'),
         url('fonts/gt-america-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GT America';
    src: url('fonts/GTAmerica-Light.woff2') format('woff2'),
        url('fonts/GTAmerica-Light.woff') format('woff'),
        url('fonts/GTAmerica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}