@font-face {
    font-family: 'Visuelt';
    src: url('../fonts/Visuelt-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visuelt';
    src: url('../fonts/Visuelt-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Visuelt';
    src: url('../fonts/Visuelt-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Visuelt';
    src: url('../fonts/Visuelt-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}