/* =========================================================
   TOKENS INSTITUTIONNELS (LIGHT / DARK)
   ========================================================= */

:root {
  --color-primary: #c4161c;
  --color-primary-dark: #9f1216;

  --color-bg-main: #ffffff;
  --color-bg-alt: #f6f7f8;

  --color-text-main: #1f2933;
  --color-text-muted: #6b7280;

  --color-border: #e1e4e8;
  --color-focus: #000000;
}

[data-theme="dark"] {
  --color-bg-main: #111315;
  --color-bg-alt: #1b1e22;
  --color-text-main: #f1f5f9;
  --color-text-muted: #cbd5e1;
  --color-border: #2f3338;
  --color-focus: #ffffff;
}
