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

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

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

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

