/* TrueToYou — design tokens
   Source: design_handoff_truetoyou_validation/README.md (May 2026 handoff)
   Used by: spinner / copy-toast / error states / email template (mirrored values)
   The HTML pages declare their own :root tokens too; this file is the single source for non-page CSS. */

:root {
  --tty-indigo: #6876C7;
  --tty-indigo-hover: #5965B5;
  --tty-indigo-press: #4F5AA5;
  --tty-indigo-79: rgba(104, 118, 199, 0.79);

  --tty-ink: #2B2A2F;
  --tty-ink-2: #5A5962;

  --tty-paper: #FFFFFF;
  --tty-cream: #FFFCEE;

  --tty-line: #F4F4F6;
  --tty-line-2: #ECECEC;

  --tty-shadow-card: 0 4px 58.9px rgba(104, 118, 199, 0.10);
  --tty-ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  --tty-font-display: 'Unbounded', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --tty-font-body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --tty-font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Consolas, monospace;
}
