:root {
  --dyeg-color-brand: #2b6cb0;
  --dyeg-color-websites: #f97316;
  --dyeg-color-websites-text: #c2410c;
  --dyeg-color-play: #43cf9b;
  --dyeg-color-play-text: #047857;
  --dyeg-color-bg: #f8fafc;
  --dyeg-color-surface: #ffffff;
  --dyeg-color-surface-soft: #f1f5fd;
  --dyeg-color-surface-dark: #08111f;
  --dyeg-color-text: #0f172a;
  --dyeg-color-text-body: #24324a;
  --dyeg-color-text-muted: #64748b;
  --dyeg-color-border: #dbe7ef;
  --dyeg-color-border-strong: #b9cce0;
  --dyeg-color-focus: #2b6cb0;
  --dyeg-color-success: #047857;
  --dyeg-color-warning: #b45309;
  --dyeg-color-danger: #b91c1c;
  --dyeg-color-info: #0369a1;
  --dyeg-color-accent: var(--dyeg-color-brand);
  --dyeg-color-accent-text: var(--dyeg-color-brand);
  --dyeg-color-on-accent: #ffffff;

  --dyeg-font-heading: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dyeg-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dyeg-font-size-xs: 0.75rem;
  --dyeg-font-size-sm: 0.875rem;
  --dyeg-font-size-md: 1rem;
  --dyeg-font-size-lg: 1.125rem;
  --dyeg-font-size-xl: 1.375rem;
  --dyeg-font-size-2xl: 1.75rem;
  --dyeg-font-size-3xl: 2.25rem;
  --dyeg-font-size-4xl: clamp(2.75rem, 7vw, 5rem);
  --dyeg-line-tight: 1.08;
  --dyeg-line-heading: 1.2;
  --dyeg-line-body: 1.6;

  --dyeg-space-0: 0;
  --dyeg-space-1: 0.25rem;
  --dyeg-space-2: 0.5rem;
  --dyeg-space-3: 0.75rem;
  --dyeg-space-4: 1rem;
  --dyeg-space-5: 1.5rem;
  --dyeg-space-6: 2rem;
  --dyeg-space-7: 3rem;
  --dyeg-space-8: 4rem;
  --dyeg-space-9: 6rem;

  --dyeg-container-sm: 42rem;
  --dyeg-container-md: 56rem;
  --dyeg-container-lg: 72rem;
  --dyeg-container-xl: 80rem;

  --dyeg-border-width: 1px;
  --dyeg-border-default: var(--dyeg-border-width) solid var(--dyeg-color-border);
  --dyeg-radius-xs: 4px;
  --dyeg-radius-sm: 6px;
  --dyeg-radius-md: 8px;
  --dyeg-radius-lg: 12px;
  --dyeg-radius-pill: 999px;

  --dyeg-shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.06);
  --dyeg-shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.08);
  --dyeg-shadow-md: 0 18px 44px rgba(15, 23, 42, 0.12);
  --dyeg-shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.18);
  --dyeg-focus-ring: 0 0 0 3px rgba(43, 108, 176, 0.28);

  --dyeg-icon-sm: 1rem;
  --dyeg-icon-md: 1.25rem;
  --dyeg-icon-lg: 1.5rem;
  --dyeg-size-touch: 44px;

  --dyeg-duration-fast: 140ms;
  --dyeg-duration-standard: 220ms;
  --dyeg-duration-slow: 320ms;
  --dyeg-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --dyeg-ease-emphasized: cubic-bezier(0.16, 1, 0.3, 1);

  --dyeg-z-base: 0;
  --dyeg-z-header: 40;
  --dyeg-z-overlay: 60;
  --dyeg-z-modal: 100;
  --dyeg-z-toast: 120;
}
