/* Pickudu brand tokens — the single source of truth for both the SPA and
   (via bin/sync_tokens.py, later) the Odoo website theme.
   Brand: warm & celebratory — coral / apricot / warm cream / charcoal ink. */
:root {
  /* brand */
  --brand-coral: #F26B4E;
  --brand-coral-600: #E05539;
  --brand-coral-050: #FEEDE8;
  --brand-apricot: #FFB25E;
  --brand-ink: #1F2130;
  --brand-surface: #FFF9F4;
  --brand-success: #2FA47A;
  --brand-danger: #DC5B4B;

  /* warm neutral scale */
  --n-0: #FFFFFF;
  --n-50: #FAF6F1;
  --n-100: #F3ECE4;
  --n-200: #E7DCD1;
  --n-300: #D6C7B8;
  --n-400: #B3A392;
  --n-500: #8A7B6C;
  --n-600: #655B4F;
  --n-700: #463F37;
  --n-800: #2C2822;
  --n-900: #1F2130;

  /* radii */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 20px;
  --r-2xl: 28px;
  --r-full: 9999px;

  /* soft warm shadows */
  --sh-sm: 0 1px 2px rgba(31, 33, 48, 0.06);
  --sh-md: 0 4px 16px rgba(31, 33, 48, 0.08);
  --sh-lg: 0 12px 32px rgba(31, 33, 48, 0.12);
  --sh-focus: 0 0 0 3px var(--brand-coral-050);

  /* typography */
  --font-display: 'Outfit Variable', system-ui, sans-serif;
  --font-body: 'Inter Variable', system-ui, sans-serif;
}
