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

@font-face {
    font-family: 'Atyp Text';
    src: url('/fonts/AtypText-Regular.woff2') format('woff2'),
        url('/fonts/AtypText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Atyp Display';
    src: url('/fonts/AtypDisplay-Regular.woff2') format('woff2'),
        url('/fonts/AtypDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

