
/* TT Norms Pro - Official Tom Tailor Font */
@font-face {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/tt_norms_pro_regular.otf') format('opentype');
}

@font-face {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/tt_norms_pro_medium.otf') format('opentype');
}

@font-face {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/TT%20Norms%20Pro%20Bold.otf') format('opentype');
}

@font-face {
    font-family: 'TT Norms Pro';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/TT%20Norms%20Pro%20ExtraBold.otf') format('opentype');
}