@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* variable font can go from 100 to 900 */
    font-style: normal;
}

@font-face {
    font-family: 'Rubik Mono';
    src: url('../fonts/RubikMonoOne-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* variable font can go from 100 to 900 */
    font-style: normal;
}
