/**
 * Thème Adjectif - Variables DaisyUI
 * Rouge signature: #E94E3D
 */

[data-theme="adjectif"] {
  /* Rouge Adjectif - Couleur principale */
  --color-primary: oklch(58.5% 0.185 15);
  --color-primary-content: oklch(100% 0 0);

  /* Backgrounds clairs pour le contenu */
  --color-base-100: oklch(100% 0 0);
  --color-base-200: oklch(97% 0.005 260);
  --color-base-300: oklch(90% 0.01 260);
  --color-base-content: oklch(20% 0.02 260);

  /* Sidebar/Navbar sombre */
  --color-neutral: oklch(18% 0.02 260);
  --color-neutral-content: oklch(95% 0 0);

  --color-secondary: oklch(25% 0.02 260);
  --color-secondary-content: oklch(95% 0 0);

  --color-accent: oklch(58.5% 0.185 15);
  --color-accent-content: oklch(100% 0 0);

  /* Status colors */
  --color-info: oklch(60% 0.15 230);
  --color-info-content: oklch(100% 0 0);

  --color-success: oklch(62% 0.15 145);
  --color-success-content: oklch(100% 0 0);

  --color-warning: oklch(75% 0.15 75);
  --color-warning-content: oklch(20% 0.02 75);

  --color-error: oklch(58.5% 0.185 15);
  --color-error-content: oklch(100% 0 0);

  /* Design tokens */
  --radius-selector: 0.25rem;
  --radius-field: 0.5rem;
  --radius-box: 0.75rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 1;
  --noise: 0;
}