@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-Normal.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-NormalItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-LightItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-SemiBold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-SemiBoldItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-BoldItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-Black.otf') format('opentype');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SansaProWeb';
    src: url('./SansaPro-BlackItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
