/* Light - 300 */
@font-face {
    font-display: swap;
    font-family: 'Karbon';
    font-style: normal;
    font-weight: 300;
    src: url('karbon/Karbon-Light.otf');
}

/* Regular - 400 */
@font-face {
    font-display: swap;
    font-family: 'Karbon';
    font-style: normal;
    font-weight: 400;
    src: url('karbon/Karbon-Regular.otf');
}

/* Medium - 500 */
@font-face {
    font-display: swap;
    font-family: 'Karbon';
    font-style: normal;
    font-weight: 500;
    src: url('karbon/Karbon-Medium.otf');
}

/* Bold - 700 */
@font-face {
    font-display: swap;
    font-family: 'Karbon';
    font-style: normal;
    font-weight: 700;
    src: url('karbon/Karbon-Bold.otf');
}

/* Thin - 100 */
@font-face {
    font-display: swap;
    font-family: 'Mairo';
    font-style: normal;
    font-weight: 100;
    src: url('mairo/MairoRegular.otf');
}