@font-face {
    font-family: 'GreatTool';
    src: url('/static/fonts/greattool-font/Greattool-51Zoj.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HaveIdea';
    src: url('/static/fonts/have-idea-font/HaveIdea-1jGa4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HeyAugust';
    src: url('/static/fonts/hey-august-font/HeyAugust-qZ73q.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Allura';
    src: url('/static/fonts/Allura-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('/static/fonts/mostculine.regular.ttf') format('truetype');
    font-family: 'Mostculine';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('/static/fonts/Themundayfreeversion-Regular.ttf') format('truetype');
    font-family: 'Themundayfreeversion';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('/static/fonts/cymbria/Cymbria-Regular.otf') format('opentype');
    font-family: 'Cymbria';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('/static/fonts/cymbria/Cymbria-Bold.otf') format('opentype');
    font-family: 'Cymbria';
    font-weight: bold;
    font-style: normal;
}

:root {
    --caps-font: 'Cymbria';
    --adventure-font: 'HaveIdea';
    --text-font: 'Themundayfreeversion';
    --digits-font: 'Georgia';
}