@font-face {
    font-family: 'SSans';
    src: url('SSans-BoldIta.woff2') format('woff2'),
        url('SSans-BoldIta.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SSans';
    src: url('SSans-Bold.woff2') format('woff2'),
        url('SSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'SSans Ita';
    src: url('SSans-Ita.woff2') format('woff2'),
        url('SSans-Ita.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

