/**
 * Generated from Workday — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #8c8c8c;
  --brand: #f37721;
  --on-brand: #ffffff;
  --border: #dcd9d4;
  --border-strong: #a8a39b;
  --success: #3aa15a;
  --warning: #d97706;
  --danger: #c63030;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f5f2;
  --color-bg-section: #f0ece6;
  --color-bg-feature: #1a1a1a;
  --color-bg-warm-feature: #3d2914;
  --color-bg-footer: #1a1a1a;
  --color-bg-info: #fef4ec;
  --color-surface: #ffffff;
  --color-surface-soft: #faf8f5;
  --color-surface-elev: #ffffff;
  --color-brand: #f37721;
  --color-brand-hover: #d65f0e;
  --color-brand-active: #a64909;
  --color-brand-soft: #fef4ec;
  --color-brand-tint: #fde0c4;
  --color-brand-deep: #a64909;
  --color-charcoal: #1a1a1a;
  --color-ink: #262626;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-soft: #5a5a5a;
  --color-text-faint: #8c8c8c;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: rgba(255,255,255,0.78);
  --color-on-brand: #ffffff;
  --color-border: #dcd9d4;
  --color-border-soft: #ebe7e0;
  --color-border-strong: #a8a39b;
  --color-link: #0066b2;
  --color-link-hover: #004a85;
  --color-success: #3aa15a;
  --color-success-soft: #e7f4ec;
  --color-warning: #d97706;
  --color-warning-soft: #fff5e6;
  --color-danger: #c63030;
  --color-danger-soft: #fbeaea;
  --color-info: #0066b2;
  --color-info-soft: #e6f0f8;
  --color-scrim: rgba(26,26,26,0.55);
  --color-shadow-card: rgba(26,26,26,0.08);
  --color-shadow-elev: rgba(26,26,26,0.14);
  --color-shadow-deep: rgba(0,0,0,0.20);
  --color-shadow-warm: rgba(243,119,33,0.18);

  /* type */
  --display-size: 80px;
  --h1-size: 44px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Adelle Sans Workday', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Adelle Sans Workday', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Adelle', Georgia, serif;
}
