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

@font-face {
    font-family: 'adobe-clean';
    src: url('AdobeClean-Regular.woff2') format('woff2'),
        url('AdobeClean-Regular.woff') format('woff'),
        url('AdobeClean-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adobe-clean-semi';
    src: url('AdobeClean-BoldSemiCn.woff2') format('woff2'),
        url('AdobeClean-BoldSemiCn.woff') format('woff'),
        url('AdobeClean-BoldSemiCn.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adobe-clean';
    src: url('AdobeClean-Black.woff2') format('woff2'),
        url('AdobeClean-Black.woff') format('woff'),
        url('AdobeClean-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adobe-clean';
    src: url('AdobeClean-Light.woff2') format('woff2'),
        url('AdobeClean-Light.woff') format('woff'),
        url('AdobeClean-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

