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

/* Swift */
@font-face {
    font-family: 'Swift';
    src: url('fonts/Swift-03-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swift';
    src: url('fonts/Swift-03-LightItalic.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Swift';
    src: url('fonts/Swift-04-RegularItalic.otf') format('opentype');
    font-weight: normal; /* Regular */
    font-style: italic;
    font-display: swap;
}