/* Light */
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semibold */
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}