/* =============================================================================
   FONTS.CSS — TT Norms Pro (self-hosted)
   Servida localmente, reemplaza tt-commons-pro de Adobe Fonts.
   New Spirit sigue cargando desde Adobe Fonts (ver functions.php).
   ============================================================================= */

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "tt-norms-pro";
    src: url('../fonts/TTNormsPro-DemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
