/*
Theme Name: CSO Grand Est
Theme URI: https://cso.dev-commpagnie.com
Author: Commpagnie
Description: Thème custom pour les Centres Spécialisés de l'Obésité du Grand Est
Version: 1.0.0
Text Domain: cso-grand-est
*/

/* ============================================================
   TOKENS DESIGN — Design system CSO Grand Est
   ============================================================ */
:root {
  /* Couleurs */
  --bordeaux:     #bd1824;
  --bordeaux-dark:#9e1420;
  --bordeaux-end: #B6000D;
  --textes:       #555555;
  --jaune-pale:   #FFF3D9;
  --lilas:        #a096df;
  --jaune:        #ffc95a;
  --jaune-clair:  #ffe7b5;
  --anthracite:   #1b1b1b;
  --blanc:        #fefefe;
  --gris-clair:   #f3f3f3;
  --beige-aplat:  #fff3e7;
  --nancy:        #ff8e00;

  /* Couleurs CSO par ville */
  --cso-metz-thionville:   #8ec200;
  --cso-nancy:             #ff8e00;
  --cso-reims:             #0074bb;
  --cso-strasbourg:        #119f99;
  --cso-alsace:            #119f99;
  --cso-champagne-ardenne: #0074bb;

  /* Typographie — Outfit */
  --font-family: 'Outfit', sans-serif;

  --fs-h1: 36px;
  --fw-h1: 700;
  --lh-h1: 1.44;

  --fs-h2: 22px;
  --fw-h2: 700;
  --lh-h2: 1.2;

  --fs-h3: 18px;
  --fw-h3: 700;
  --lh-h3: 1.3;

  --fs-body: 16px;
  --fw-body: 500;
  --lh-body: 1.5;

  --fs-ui: 14px;
  --fw-ui: 600;
  --lh-ui: 1;

  /* Layout */
  --container-width: 1440px;
  --container-padding: 0 24px;
}
