@font-face {
    font-display: swap;
    font-family: 'Optum Sans';
    src: url('/ws_ui-masthead/static/media/optum-sans-regular.woff2') format('woff2'),
    url('/ws_ui-masthead/static/media/optum-sans-regular.otf') format('opentype'),
    url('/ws_ui-masthead/static/media/optum-sans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Optum Sans';
    src: url('/ws_ui-masthead/static/media/optum-sans-bold.woff2') format('woff2'),
    url('/ws_ui-masthead/static/media/optum-sans-bold.otf') format('opentype'),
    url('/ws_ui-masthead/static/media/optum-sans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
