@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Epilogue';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/epilogue/v17/O4ZRFGj5hxF0EhjimlIksgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* CABINET */
@font-face {
    font-family: 'CabinetGrotesk-Light';
    src: url('./fonts/CabinetGrotesk-Light.woff2') format('woff2'),
    url('./fonts/CabinetGrotesk-Light.woff') format('woff'),
    url('./fonts/CabinetGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'CabinetGrotesk-Regular';
    src: url('./fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
    url('./fonts/CabinetGrotesk-Regular.woff') format('woff'),
    url('./fonts/CabinetGrotesk-Regular.eot') format('embedded-opentype'),
    url('./fonts/CabinetGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'CabinetGrotesk-Medium';
    src: url('./fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
    url('./fonts/CabinetGrotesk-Medium.woff') format('woff'),
    url('./fonts/CabinetGrotesk-Medium.eot') format('embedded-opentype'),
    url('./fonts/CabinetGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'CabinetGrotesk-Extrabold';
    src: url('./fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
    url('./fonts/CabinetGrotesk-Extrabold.woff') format('woff'),
    url('./fonts/CabinetGrotesk-Extrabold.eot') format('embedded-opentype'),
    url('./fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'CabinetGrotesk-Black';
    src: url('./fonts/CabinetGrotesk-Black.woff2') format('woff2'),
    url('./fonts/CabinetGrotesk-Black.woff') format('woff'),
    url('./fonts/CabinetGrotesk-Black.eot') format('embedded-opentype'),
    url('./fonts/CabinetGrotesk-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}