@font-face {
    font-family: 'Dorsa';
    src: url('/assets/fonts/Dorsa-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DorsaBold';
    src: url('/assets/fonts/Dorsa-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FractulBold';
    src: url('/assets/fonts/FractulAlt-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.regular-dorsa {
    font-family: 'Dorsa' !important;
}

.bold-dorsa {
    font-family: 'DorsaBold' !important;
}

.bold-fractul {
    font-family: 'FractulBold' !important;
}