/* ATAVITI design tokens — source unique : docs/ataviti-rebrand/design-tokens.md
   Ne pas modifier sans mettre à jour le doc référent. */
:root {
  /* Brand (brandbook) */
  --at-vert:   #1c4d4d;
  --at-jaune:  #fcf5a6;
  --at-orange: #ff6131;
  --at-beige:  #fffced;

  /* Vert variations */
  --at-vert-fonce: #143838;
  --at-vert-clair: #2f7d6b;
  --at-vert-12:    rgba(28,77,77,.12);

  /* Neutres encrés vert */
  --at-ink-900: #0F1F1F;
  --at-ink-700: #2A3F3F;
  --at-ink-500: #5A7373;
  --at-ink-300: #A6B8B8;
  --at-ink-100: #E4ECEC;
  --at-ink-50:  #F2F6F6;
  --at-blanc:   #ffffff;

  /* Surfaces */
  --at-body-bg:  #fcf9f2;
  --at-input-bg: #f7f3e3;

  /* États */
  --at-success: #2f7d6b;
  --at-warning: #f0a830;
  --at-error:   #d8412a;
  --at-info:    #3a8fa3;

  /* Typo */
  --at-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --at-font-text:    "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --at-text-xs: .75rem; --at-text-sm: .875rem; --at-text-base: 1rem;
  --at-text-lg: 1.125rem; --at-text-xl: 1.5rem; --at-text-2xl: 2rem;
  --at-text-3xl: 2.75rem; --at-text-display: 4rem;

  /* Spacing 4px */
  --at-space-1: 4px;  --at-space-2: 8px;  --at-space-3: 12px;
  --at-space-4: 16px; --at-space-5: 24px; --at-space-6: 32px;
  --at-space-7: 48px; --at-space-8: 64px; --at-space-9: 96px;

  /* Radius */
  --at-radius-none: 0;
  --at-radius-sm:   4px;
  --at-radius-md:   8px;
  --at-radius-full: 9999px;

  /* Motion */
  --at-motion: 220ms cubic-bezier(.2,0,0,1);
  --at-motion-slow: 360ms cubic-bezier(.2,0,0,1);
}
