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

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