/* Fonts */

@font-face {
    font-display: block;
    font-family: 'Scala Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/scala_sans_bold.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/rubik-v31-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/rubik-v31-latin-600.woff2') format('woff2');
}
