/* ========================================
** FONTS
** ======================================== */
@font-face {
    font-family: 'Bodoni Sans';
    src: url('/res/fonts/BodoniSans/BodoniSans-Regular.woff2') format('woff2'),
         url('/res/fonts/BodoniSans/BodoniSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bodoni Sans';
    src: url('/res/fonts/BodoniSans/BodoniSansDisplay-Light.woff2') format('woff2'),
        url('/res/fonts/BodoniSans/BodoniSansDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/res/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype-variations");
    font-weight: 300 800;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/res/fonts/Gotham/Gotham-Thin.woff2') format('woff2'),
        url('/res/fonts/Gotham/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/res/fonts/Gotham/Gotham-Light.woff2') format('woff2'),
        url('/res/fonts/Gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/res/fonts/Gotham/Gotham-Bold.woff2') format('woff2'),
        url('/res/fonts/Gotham/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('/res/fonts/GothamCondensed/GothamCondensed-XBlack.woff2') format('woff2'),
        url('/res/fonts/GothamCondensed/GothamCondensed-XBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('/res/fonts/GothamUltra/Gotham-Ultra.woff2') format('woff2'),
        url('/res/fonts/GothamUltra/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/res/fonts/Raleway/Raleway-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/res/fonts/Lato/Lato-Bold.woff2') format('woff2'),
        url('/res/fonts/Lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}