/* ==========================================================================
    Conturalis - Local Fonts
    File: /assets/css/cts-fonts.css
   ========================================================================== */

/* Roboto Variable */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/roboto/roboto-variable.woff2') format('woff2');
}

/* Roboto Mono Variable */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 100 700;
    font-display: swap;
    src: url('../fonts/roboto/roboto-mono-variable.woff2') format('woff2');
}

/* Roboto Slab Variable */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/roboto/roboto-slab-variable.woff2') format('woff2');
}

/* Roboto Condensed Variable */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/roboto/roboto-condensed-variable.woff2') format('woff2');
}