/* TT Norms Pro — sole font for the entire POOOL platform */

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/TTNormsPro/TT_Norms_Pro_Regular.woff2') format('woff2'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_Regular.woff') format('woff'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/TTNormsPro/TT_Norms_Pro_Medium.woff2') format('woff2'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_Medium.woff') format('woff'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/TTNormsPro/TT_Norms_Pro_Bold.woff2') format('woff2'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_Bold.woff') format('woff'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/TTNormsPro/TT_Norms_Pro_ExtraBold.woff2') format('woff2'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_ExtraBold.woff') format('woff'),
         url('/fonts/TTNormsPro/TT_Norms_Pro_ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Universal font reset — applies TT Norms Pro to every element */
*, *::before, *::after {
    font-family: 'TT Norms Pro', sans-serif;
}

html, body {
    font-family: 'TT Norms Pro', sans-serif;
}

/* Form elements need explicit override (browsers use system font by default) */
input, button, select, textarea, optgroup, option {
    font-family: 'TT Norms Pro', sans-serif;
}
