
@font-face {
    font-family: 'firenight';
    src: url('Firenight/Firenight-Regular.woff2') format('woff2'),
        url('Firenight/Firenight-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rubik';
    src: url('Rubik/Rubik-Light.woff2') format('woff2'),
        url('Rubik/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rubik';
    src: url('Rubik/Rubik-Regular.woff2') format('woff2'),
        url('Rubik/Rubik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rubik';
    src: url('Rubik/Rubik-Bold.woff2') format('woff2'),
        url('Rubik/Rubik-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}