@font-face {
    font-family: 'AntonSC';
    src: url('/static/font/AntonSC-Regular.woff') format('woff'),
         url('/static/font/AntonSC-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'Nunito';
    src: url('/static/font/Nunito-VariableFont_wght.woff') format('woff'),
         url('/static/font/Nunito-VariableFont_wght.ttf')  format('truetype');
}

* {
    font-family: Nunito, sans-serif;
    padding: 0;
    margin: 0;
}

.title {
    font-family: AntonSC;
}

.subtitle {
    font-style: italic;
    font-weight: bold;
    color: #8D8FB6;
}