@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TT Norms Pro Bold Italic.otf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TT Norms Pro Bold.otf');
    /* src: url('../font/TTNormsPro-Bold_ded73776.woff2') format('woff2'); */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TT Norms Pro Italic.otf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TT Norms Pro Regular.otf');
    /* src: url('../font/TTNormsPro-Regular_92d38f3c.woff2') format('woff2'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../font/TT Norms Pro Light Italic.otf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}