/**
 * Generated from Frontegg — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a2f;
  --text-dim: #1a1a2f;
  --text-faint: #aaaab5;
  --brand: #003ae4;
  --on-brand: #ffffff;
  --border: #e5e5e9;
  --border-strong: #cdcdd2;
  --success: #0f8a4d;
  --warning: #a35316;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-bg-section: #f4f4f6;
  --color-bg-blue-tint: #f0f3ff;
  --color-bg-deep-navy: #1a1a2f;
  --color-bg-deepest: #0e0e1f;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f4f4f6;
  --color-surface-blue-tint: #f0f3ff;
  --color-surface-dark: #1a1a2f;
  --color-surface-dark-card: #252540;
  --color-text: #1a1a2f;
  --color-text-strong: #0e0e1f;
  --color-text-body: #3a3a4f;
  --color-text-muted: #6c6c80;
  --color-text-soft: #8a8a9a;
  --color-text-faint: #aaaab5;
  --color-text-on-dark: #ffffff;
  --color-text-on-deep-navy: #ffffff;
  --color-brand: #003ae4;
  --color-brand-deep: #0028b0;
  --color-brand-light: #1a52f0;
  --color-brand-soft: #e6ecff;
  --color-brand-pale: #bfcfff;
  --color-navy-cta: #1a1a2f;
  --color-navy-cta-hover: #252540;
  --color-navy-cta-active: #0e0e1f;
  --color-blue-cta: #003ae4;
  --color-on-brand: #ffffff;
  --color-on-navy-cta: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-light: #1a1a2f;
  --color-border: #e5e5e9;
  --color-border-soft: #efeff2;
  --color-border-strong: #cdcdd2;
  --color-border-input: #cdcdd2;
  --color-border-blue: #003ae4;
  --color-border-on-dark: rgba(255,255,255,0.10);
  --color-scrim: rgba(26,26,47,0.48);
  --color-shadow-card: rgba(26,26,47,0.04);
  --color-shadow-elev: rgba(26,26,47,0.08);
  --color-shadow-modal: rgba(26,26,47,0.16);
  --color-success: #0f8a4d;
  --color-success-bg: #e6f6ec;
  --color-warning: #a35316;
  --color-warning-bg: #fef0e6;
  --color-danger: #dc2626;
  --color-danger-bg: #fdebeb;
  --color-info: #003ae4;

  /* type */
  --display-size: 72px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 18px;
  --label-size: 13px;
  --body-line-height: 1.78;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'PP Neue Machina', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'PP Neue Montreal', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
