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

/* DIN Pro Condensed Regular */
@font-face {
    font-family: 'DIN Pro Cond Regular';
    src: url('fonts/DINPro-CondensedRegular.eot');
    src: url('fonts/DINPro-CondensedRegular.eot?#iefix') format('embedded-opentype'),
         url('fonts/DINPro-CondensedRegular.woff2') format('woff2'),
         url('fonts/DINPro-CondensedRegular.woff') format('woff'),
         url('fonts/DINPro-CondensedRegular.ttf') format('truetype'),
         url('fonts/DINPro-CondensedRegular.svg#DINPro-CondensedRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* DIN Pro Condensed Bold */
@font-face {
    font-family: 'DIN Pro Cond Bold';
    src: url('fonts/DINPro-CondensedBold.eot');
    src: url('fonts/DINPro-CondensedBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/DINPro-CondensedBold.woff2') format('woff2'),
         url('fonts/DINPro-CondensedBold.woff') format('woff'),
         url('fonts/DINPro-CondensedBold.ttf') format('truetype'),
         url('fonts/DINPro-CondensedBold.svg#DINPro-CondensedBold') format('svg');
    font-weight: 800;
    font-style: normal;
}