/**
 * Generated from Arc — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #FFFCEC;
  --surface: #FFFFFF;
  --surface-alt: #FFFFFF;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: rgba(0, 0, 0, 0.45);
  --brand: #2404AA;
  --on-brand: #FFFCEC;
  --border: rgba(0, 0, 0, 0.12);
  --border-strong: rgba(0, 0, 0, 0.20);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #FFFCEC;
  --color-bg-secondary: #FFF8DC;
  --color-surface: #FFFFFF;
  --color-surface-elev: #FFFEF7;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-medium: rgba(0, 0, 0, 0.8);
  --color-text-soft: rgba(0, 0, 0, 0.6);
  --color-text-faint: rgba(0, 0, 0, 0.45);
  --color-text-muted: rgba(0, 0, 0, 0.3);
  --color-brand: #2404AA;
  --color-brand-deep: #1A0388;
  --color-brand-blue: #3139FB;
  --color-brand-red: #FB3A4D;
  --color-brand-coral-soft: #FFE3E6;
  --color-on-brand: #FFFCEC;
  --color-cta-bg: #FFFFFF;
  --color-cta-text: #2702C2;
  --color-swatch-pale-green: #D7F0D2;
  --color-swatch-salmon: #FFD9CF;
  --color-swatch-pale-yellow: #FFF1A8;
  --color-swatch-soft-blue: #D1E2FF;
  --color-swatch-lavender: #E6DCFF;
  --color-link: #2404AA;
  --color-link-hover: #3139FB;
  --color-selected-bg: rgba(36, 4, 170, 0.08);
  --color-disabled: rgba(0, 0, 0, 0.3);
  --color-border: rgba(0, 0, 0, 0.12);
  --color-border-strong: rgba(0, 0, 0, 0.20);
  --color-border-subtle: rgba(0, 0, 0, 0.06);
  --color-border-brand: rgba(36, 4, 170, 0.30);
  --color-success-bg: #D7F0D2;
  --color-success-text: #1F4D24;
  --color-warning-bg: #FFF1A8;
  --color-warning-text: #7A5A00;
  --color-danger-bg: #FFE3E6;
  --color-danger-text: #A8112A;
  --color-info-bg: #D1E2FF;
  --color-info-text: #1A2B6B;

  /* type */
  --display-size: 64px;
  --h1-size: 46px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'Marlin Soft SQ', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Marlin', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'ABC Favorit Mono', ui-monospace, monospace;
}
