@font-face {
    font-family: 'thin';
    src: url('/assets/fonts/thin.otf?') format('truetype');
}
@font-face {
    font-family: 'extralight';
    src: url('/assets/fonts/extralight.otf?') format('truetype');
}
@font-face {
    font-family: 'light';
    src: url('/assets/fonts/light.otf?') format('truetype');
}
@font-face {
    font-family: 'medium';
    src: url('/assets/fonts/medium.otf?') format('truetype');
}
@font-face {
    font-family: 'regular';
    src: url('/assets/fonts/regular.ttf?v') format('truetype');
}
@font-face {
    font-family: 'semibold';
    src: url('/assets/fonts/semibold.otf?') format('truetype');
}
@font-face {
    font-family: 'bold';
    src: url('/assets/fonts/bold.ttf?') format('truetype');
}
@font-face {
    font-family: 'extrabold';
    src: url('/assets/fonts/extrabold.otf?') format('truetype');
}
@font-face {
    font-family: 'black';
    src: url('/assets/fonts/black.otf?') format('truetype');
}