@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-ExtraBold.otf') format('otf');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Bold.otf') format('otf');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Medium.otf') format('otf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Regular.otf') format('otf');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

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

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Thin.otf') format('otf');
    font-style: normal;
    font-weight: 100;
    font-display: swap
}
