/*
Theme Name: FAO
Template: Divi
*/


/************************************************/
/* FONTS */

@font-face {
    font-family: 'DINPro';
    src:
    url('fonts/DINPro-Regular.woff2') format('woff2'),
    url('fonts/DINPro-Regular.woff') format('woff'),
    url('fonts/DINPro-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Light';
    src:
    url('fonts/DINPro-Light.woff2') format('woff2'),
    url('fonts/DINPro-Light.woff') format('woff'),
    url('fonts/DINPro-Light.otf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Medium';
    src:
    url('fonts/DINPro-Medium.woff2') format('woff2'),
    url('fonts/DINPro-Medium.woff') format('woff'),
    url('fonts/DINPro-Medium.otf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Bold';
    src:
    url('fonts/DINPro-Bold.woff2') format('woff2'),
    url('fonts/DINPro-Bold.woff') format('woff'),
    url('fonts/DINPro-Bold.otf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro Black';
    src:
    url('fonts/DINPro-Black.woff2') format('woff2'),
    url('fonts/DINPro-Black.woff') format('woff'),
    url('fonts/DINPro-Black.otf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Condensed';
    src:
    url('fonts/DINCondensed.woff2') format('woff2'),
    url('fonts/DINCondensed.woff') format('woff'),
    url('fonts/DINCondensed.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Condensed Light';
    src:
    url('fonts/DINCondensed-Light.woff2') format('woff2'),
    url('fonts/DINCondensed-Light.woff') format('woff'),
    url('fonts/DINCondensed-Light.otf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Condensed Bold';
    src:
    url('fonts/DINCondensed-Bold.woff2') format('woff2'),
    url('fonts/DINCondensed-Bold.woff') format('woff'),
    url('fonts/DINCondensed-Bold.otf') format('truetype');
    font-weight: 800;
    font-display: swap;
}



/* Interstate */
@font-face {
    font-family: 'Interstate';
    src:
    url('fonts/Interstate-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Bold';
    src:
    url('fonts/Interstate-Bold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate Light';
    src:
    url('fonts/InterstateLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}