@font-face {
    font-family: 'Outfit Thin';
    src: url('/../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

.themed-text {
    font-family: 'Outfit Thin';
}

.themed-text-bold {
    font-family: 'Outfit Thin';
    font-weight: bolder;
}

.text-sm {
    font-size: smaller;
}

.display-7 {
    font-size: larger;
}
