/* Des nôtres — design tokens « maison de réception » :
   ivoire, bordeaux, or discret, brun profond. Typo : Cormorant Garamond (titres) + Inter (interface). */
:root {
  /* Encres */
  --ink: #262220;          /* brun-noir profond */
  --ink-2: #6b6259;        /* taupe */
  --ink-3: #a39a8e;        /* sable */
  /* Surfaces */
  --bg: #f7f4ee;           /* ivoire */
  --card: #fffdf9;         /* crème */
  --soft: #f1ece2;         /* lin */
  --line: #e6dfd2;         /* filet */
  /* Couleur principale : bordeaux (vin) */
  --accent: #722f37;
  --accent-hover: #5c252c;
  --accent-soft: #f6eae9;
  /* Or discret (détails, filets, actif) */
  --gold: #b9974e;
  --gold-soft: #f3ead6;
  /* Statuts */
  --ok: #3e7a5e;   --ok-soft: #e7f1ea;
  --danger: #b3423a; --danger-soft: #f8e9e6;
  --warn: #96762c; --warn-soft: #f6efdb;
  /* Navigation */
  --sidebar-bg: #211d1a;   /* brun très sombre */
  --sidebar-ink: #b8ad9e;

  /* Géométrie */
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 1px 3px rgba(38, 34, 32, .07);
  --shadow-lg: 0 14px 44px rgba(38, 34, 32, .16);

  /* Typographie */
  --font: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --fs: 15px;
}
