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

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/static/design-system/fonts/TT_Norms_Pro_Regular.woff2') format('woff2'),
         url('/static/design-system/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('/static/design-system/fonts/TT_Norms_Pro_Medium.woff2') format('woff2'),
         url('/static/design-system/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('/static/design-system/fonts/TT_Norms_Pro_Bold.woff2') format('woff2'),
         url('/static/design-system/fonts/TT_Norms_Pro_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/static/design-system/fonts/TT_Norms_Pro_ExtraBold.woff2') format('woff2'),
         url('/static/design-system/fonts/TT_Norms_Pro_ExtraBold.woff') format('woff');
    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;
    font-synthesis: none;
}

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;
}
