:root {
    /* Police principale : Inter (lisible partout : body, tableaux, paragraphes, sections) */
    --font-primary: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

    /* Police titres : Inter en weight 700 (lisible et coherent) */
    --font-heading: 'Inter', system-ui, -apple-system, sans-serif;

    /* Police "retro" reservee au logo du header pour garder l'identite
       PokeMMO/Pokemon sans perdre en lisibilite partout. */
    --font-display: 'Press Start 2P', ui-monospace, 'Courier New', monospace;

    /* Echelle classique (Inter accepte du 16px sans souci) */
    --text-base: 1rem;          /* 16px */
    --text-lg: 1.125rem;        /* 18px */
    --text-xl: 1.25rem;         /* 20px */
    --text-2xl: 1.5rem;         /* 24px */
    --text-3xl: 1.875rem;       /* 30px */
    --text-4xl: 2.25rem;        /* 36px */

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.7;
}
