/**
 * Generated from Synthesia — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333b52;
  --text-dim: #333b52;
  --text-faint: #333b52;
  --brand: #3e57da;
  --on-brand: #ffffff;
  --border: #e2e5ee;
  --border-strong: #cdd2e0;
  --success: #1f9d6b;
  --warning: #c77d12;
  --danger: #d64545;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #f7f8fb;
  --color-bg-navy: #0d0f2c;
  --color-text: #333b52;
  --color-text-strong: #0d0f2c;
  --color-text-muted: #6b7280;
  --color-text-soft: #9aa1b1;
  --color-brand: #3e57da;
  --color-brand-hover: #3349c0;
  --color-brand-active: #2c3ea6;
  --color-brand-soft: #eef1fd;
  --color-on-brand: #ffffff;
  --color-accent-pink: #e585d7;
  --color-pink-100: #fef6fb;
  --color-pink-200: #ffebfc;
  --color-pink-300: #ffd7f9;
  --color-pink-400: #f6b2ec;
  --color-pink-500: #e585d7;
  --color-pink-600: #a73b98;
  --color-pink-700: #751b68;
  --color-pink-800: #26042f;
  --color-link: #3e57da;
  --color-link-hover: #2c3ea6;
  --color-link-visited: #5a4bc4;
  --color-selected: #eef1fd;
  --color-disabled: #c7ccdb;
  --color-neutral-50: #f7f8fb;
  --color-neutral-100: #eef0f5;
  --color-neutral-200: #e2e5ee;
  --color-neutral-300: #cdd2e0;
  --color-neutral-400: #9aa1b1;
  --color-neutral-500: #6b7280;
  --color-neutral-600: #4c5468;
  --color-neutral-700: #333b52;
  --color-neutral-800: #1e2438;
  --color-neutral-900: #0d0f2c;
  --color-surface: #ffffff;
  --color-surface-alt: #f7f8fb;
  --color-surface-navy: #0d0f2c;
  --color-surface-pink: #fef6fb;
  --color-border: #e2e5ee;
  --color-border-strong: #cdd2e0;
  --color-border-subtle: #eef0f5;
  --color-border-brand: #3e57da;
  --color-shadow-ambient: rgba(13,15,44,0.06);
  --color-shadow-standard: rgba(13,15,44,0.10);
  --color-shadow-elevated: rgba(13,15,44,0.16);
  --color-success: #1f9d6b;
  --color-success-bg: #e8f7f0;
  --color-success-text: #0f5a3c;
  --color-warning: #c77d12;
  --color-warning-bg: #fbf3e2;
  --color-warning-text: #7a4d06;
  --color-danger: #d64545;
  --color-danger-bg: #fbeaea;
  --color-danger-text: #8a2424;
  --color-info: #3e57da;
  --color-info-bg: #eef1fd;
  --color-info-text: #2c3ea6;

  /* type */
  --display-size: 88px;
  --h1-size: 88px;
  --h2-size: 56px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Basier Square', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Basier Square', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
