/**
 * Generated from Deel — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0c0c0c;
  --surface: #181818;
  --surface-alt: #181818;
  --text: #f4f1ec;
  --text-dim: #f4f1ec;
  --text-faint: #5a5751;
  --brand: #ff4d2e;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --success: #3aa75c;
  --warning: #f9c459;
  --danger: #ff4d2e;

  /* full color palette */
  --color-bg: #0c0c0c;
  --color-bg-soft: #141414;
  --color-bg-deep: #000000;
  --color-bg-light: #f4f1ec;
  --color-bg-light-soft: #faf6ef;
  --color-bg-light-strong: #ede9e0;
  --color-bg-warm-tint: #1a1612;
  --color-bg-coral-soft: #fff0e8;
  --color-bg-coral-deep: #3a1810;
  --color-surface: #181818;
  --color-surface-soft: #1f1f1f;
  --color-surface-warm: #1c1814;
  --color-surface-light: #fafaf7;
  --color-surface-light-soft: #f0ece4;
  --color-text: #f4f1ec;
  --color-text-strong: #ffffff;
  --color-text-body: #e8e3d8;
  --color-text-muted: #a8a59f;
  --color-text-soft: #7a7771;
  --color-text-faint: #5a5751;
  --color-text-dark: #0c0c0c;
  --color-text-dark-strong: #000000;
  --color-text-dark-body: #1c1c19;
  --color-text-dark-muted: #5a5751;
  --color-text-dark-soft: #8a8782;
  --color-text-on-coral: #ffffff;
  --color-brand: #ff4d2e;
  --color-brand-strong: #e63d1f;
  --color-brand-hover: #ff5e42;
  --color-brand-deep: #c93418;
  --color-brand-soft: #3a1810;
  --color-brand-tint: rgba(255, 77, 46, 0.12);
  --color-brand-glow: rgba(255, 77, 46, 0.32);
  --color-accent: #ffb84d;
  --color-accent-strong: #f9c459;
  --color-accent-soft: #fff0e0;
  --color-accent-glow: rgba(255, 184, 77, 0.24);
  --color-on-brand: #ffffff;
  --color-on-dark: #f4f1ec;
  --color-on-light: #0c0c0c;
  --color-link: #ff4d2e;
  --color-link-hover: #e63d1f;
  --color-link-on-dark: #f4f1ec;
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-soft: rgba(255, 255, 255, 0.06);
  --color-border-strong: rgba(255, 255, 255, 0.18);
  --color-border-light: rgba(12, 12, 12, 0.10);
  --color-border-light-soft: rgba(12, 12, 12, 0.06);
  --color-border-light-strong: rgba(12, 12, 12, 0.18);
  --color-border-coral: rgba(255, 77, 46, 0.40);
  --color-shadow-ambient-dark: rgba(0, 0, 0, 0.20);
  --color-shadow-ambient-light: rgba(12, 12, 12, 0.06);
  --color-shadow-card-dark: rgba(0, 0, 0, 0.32) 0 4px 20px;
  --color-shadow-card-light: rgba(12, 12, 12, 0.08) 0 4px 20px;
  --color-shadow-elev: rgba(0, 0, 0, 0.40) 0 12px 32px -8px;
  --color-shadow-popover: rgba(0, 0, 0, 0.50) 0 16px 40px -16px;
  --color-shadow-modal: rgba(0, 0, 0, 0.60) 0 24px 64px -16px;
  --color-shadow-glow-coral: rgba(255, 77, 46, 0.32) 0 8px 24px -8px;
  --color-shadow-light-leak: rgba(255, 77, 46, 0.16) 0 30px 60px -30px;
  --color-scrim: rgba(0, 0, 0, 0.70);
  --color-success: #3aa75c;
  --color-success-soft-dark: rgba(58, 167, 92, 0.16);
  --color-success-soft-light: rgba(58, 167, 92, 0.10);
  --color-warning: #f9c459;
  --color-warning-soft-dark: rgba(249, 196, 89, 0.16);
  --color-warning-soft-light: rgba(249, 196, 89, 0.18);
  --color-danger: #ff4d2e;
  --color-danger-soft-dark: rgba(255, 77, 46, 0.16);
  --color-danger-soft-light: rgba(255, 77, 46, 0.10);
  --color-info: #5b8def;
  --color-info-soft-dark: rgba(91, 141, 239, 0.16);
  --color-info-soft-light: rgba(91, 141, 239, 0.10);

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 17px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.035em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Inter Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
