@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/tt-norms-pro-regular.woff2') format('woff2'), url('/fonts/tt-norms-pro-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/tt-norms-pro-medium.woff2') format('woff2'), url('/fonts/tt-norms-pro-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/tt-norms-pro-bold.woff2') format('woff2'), url('/fonts/tt-norms-pro-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body, button, input, optgroup, select, textarea {
    font-family: 'TT Norms Pro', Arial, sans-serif;
}
