@font-face{
    font-family: 'SiriusXMWebFont-Black';
    src: url('./Geist-Black.woff2') format('woff2'),
         url('./Geist-Black.otf') format('opentype');
    font-weight:900;
    font-style:normal;
    size-adjust:104%;
}

@font-face{
    font-family:'SiriusXMWebFont-Bold';
    src:url('./Geist-Bold.woff2') format('woff2'),
        url('./Gesit-Bold.otf') format('opentype');
    font-weight:bold;
    font-style:normal;
    size-adjust:104%;
}

@font-face{
    font-family:'SiriusXMWebFont-Semi-Bold';
    src:url('./Geist-SemiBold.woff2') format('woff2'),
        url('./Geist-SemiBold.otf') format('opentype');
    font-style:normal;
    size-adjust:106%;
}

@font-face{
    font-family:'SiriusXMWebFont-Regular';
    src:url('./Geist-Regular.woff2') format('woff2'),
        url('./Geist-Regular.otf') format('opentype');
    font-style:normal;
    size-adjust:108%;
}