﻿/*
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: 'Gotham-Book';
    src: url("fonts/Gotham-Book.otf") format("opentype"),
    url('fonts/GothamBook.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham-Light';
    src: url("fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url("fonts/Gotham-Bold.otf") format("opentype");
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url("fonts/Gotham-Medium.otf") format("opentype");
}