@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
    font-family: 'Oscan Expanded Outline';
    src: url('../fonts/OscanExpanded-Outline.woff2') format('woff2'),
        url('../fonts/OscanExpanded-Outline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oscan Expanded';
    src: url('../fonts/OscanExpanded.woff2') format('woff2'),
        url('../fonts/OscanExpanded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oscan Expanded Rounded';
    src: url('../fonts/OscanExpanded-Rounded.woff2') format('woff2'),
        url('../fonts/OscanExpanded-Rounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 
@font-face {
    font-family: 'Oscan Expanded';
    src: url('OscanExpanded.woff2') format('woff2'),
        url('OscanExpanded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oscan Expanded Rounded';
    src: url('OscanExpanded-Rounded.woff2') format('woff2'),
        url('OscanExpanded-Rounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oscan Expanded Outline';
    src: url('OscanExpanded-Outline.woff2') format('woff2'),
        url('OscanExpanded-Outline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

