/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme – Astra brandfont stylesheet
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* design 2023 Roby */

@font-face {
    font-family: 'exposure30';
    src: url('fonts/Exposure-30-Regular.woff2') format('woff2'),
        url('fonts/Exposure-30-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vinilabold';
    src: url('fonts/vinila-bold-webfont.woff2') format('woff2'),
         url('fonts/vinila-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vinilaregular';
    src: url('fonts/vinila-regular-webfont.woff2') format('woff2'),
         url('fonts/vinila-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vinilaoblique';
    src: url('fonts/vinila-oblique-webfont.woff2') format('woff2'),
         url('fonts/vinila-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vinilabold_oblique';
    src: url('fonts/vinila-bold-oblique-webfont.woff2') format('woff2'),
         url('fonts/vinila-bold-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*design before 2023 Nina*/

/* All styles in same family, bold as bold, reg-italic as italic*/

/* Matrix II Regular */

/*
 * Emigre web font kit IUbiSGfI3ZTxw6VedjqAzw==
 * 
 * These fonts are not shareware. 
 * Use of these fonts requires the purchase 
 * of a license from Emigre, www.emigre.com  
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/
 *
 * © 2020 Emigre, Inc
 */

/* comment out, dont load sept23 
@font-face {
    font-family: 'matrixiiot';
    src: url('webFonts/matrixiiot-reg-webfont.eot');
    src: url('webFonts/matrixiiot-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('webFonts/matrixiiot-reg-webfont.woff2') format('woff2'),
         url('webFonts/matrixiiot-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'matrixiiot';
    src: url('webFonts/matrixiiot-bold-webfont.eot');
    src: url('webFonts/matrixiiot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webFonts/matrixiiot-bold-webfont.woff2') format('woff2'),
         url('webFonts/matrixiiot-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'matrixiiot';
    src: url('webFonts/matrixiiot-regitalic-webfont.eot');
    src: url('webFonts/matrixiiot-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webFonts/matrixiiot-regitalic-webfont.woff2') format('woff2'),
         url('webFonts/matrixiiot-regitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

} */