/* Roundkey Regular */
@font-face {
    font-family: 'Roundkey';
    src: url('../fonts/Roundkey\ Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Roundkey Medium */
@font-face {
    font-family: 'Roundkey';
    src: url('../fonts/Roundkey\ Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Roundkey Light */
@font-face {
    font-family: 'Roundkey';
    src: url('../fonts/Roundkey\ Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Variable */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}