@font-face {
    src: url('/static/fonts/montserrat.ttf');
    font-family: Montserrat;
}

* {
    font-family: Montserrat, serif;
}

.f10 {
    font-size: 10px;
}

.f15 {
    font-size: 15px;
}

.f21 {
    font-size: 21px;
}

.bold {
    font-weight: bold;
}