/*
Theme Name:   KP Child
Theme URI:    https://dev.karreprod.com
Description:  Child theme KP (Karreprod) — base. Built on GeneratePress.
Author:       Feels for Groupe Karreprod
Author URI:   https://feels.fr
Template:     generatepress
Version:      0.21.23
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kp-child
*/

/* ============================================================
   @font-face — Nunito Sans self-hostée (woff2).
   Même fonte que TDN (déjà optimisée). La maquette KP est en
   Avenir ; mapping retenu (décision Morgan 2026-06-09) :
   Avenir Book → 400, Avenir Roman → 400/500, Avenir Medium → 500/600.
   Le weight 900 n'est PAS chargé (DA KP light/medium géométrique).
   ============================================================ */

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-500italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-600italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/nunito-sans-v19-latin_latin-ext-700italic.woff2') format('woff2');
}

/* ============================================================
   Base — resets globaux + fonte de marque + thème sombre.
   KP est un site dark : fond near-black, texte clair.
   ============================================================ */

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--kp-font-sans);
  font-size: var(--kp-font-size-16);
  font-weight: var(--kp-font-weight-regular);
  line-height: var(--kp-line-height-normal);
  color: var(--kp-color-text-inverse);
  background-color: var(--kp-color-surface-deep);
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}
