@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/atyp/AtypDisplay-Regular.woff2') format('woff2'),
         url('../fonts/atyp/AtypDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

    ascent-override: 87%;
descent-override: 13%;
line-gap-override: 0%;
}
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/atyp/AtypDisplay-Medium.woff2') format('woff2'),
         url('../fonts/atyp/AtypDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

    ascent-override: 87%;
descent-override: 13%;
line-gap-override: 0%;
}
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/atyp/AtypDisplay-Semibold.woff2') format('woff2'),
         url('../fonts/atyp/AtypDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

    ascent-override: 87%;
descent-override: 13%;
line-gap-override: 0%;
}
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/atyp/AtypDisplay-Bold.woff2') format('woff2'),
         url('../fonts/atyp/AtypDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

    ascent-override: 87%;
descent-override: 13%;
line-gap-override: 0%;
}

@font-face {
    font-family: 'Atyp Text';
    src: url('../fonts/atyp/AtypText-Regular.woff2') format('woff2'),
        url('../fonts/atyp/AtypText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

    ascent-override: 87%;
descent-override: 13%;
line-gap-override: 0%;
}

@font-face {
    font-family: 'Atyp Text';
    src: url('../fonts/atyp/AtypText-Semibold.woff2') format('woff2'),
        url('../fonts/atyp/AtypText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    
    ascent-override: 87%;
descent-override: 13%;
line-gap-override: 0%;
}
