/**
 * Generated from Auth0 — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #030710;
  --surface: #161f34;
  --surface-alt: #161f34;
  --text: #cce9ff;
  --text-dim: #cce9ff;
  --text-faint: #cce9ff;
  --brand: #eb5424;
  --on-brand: #ffffff;
  --border: rgba(47,75,104,0.16);
  --border-strong: rgba(47,75,104,0.16);
  --success: #027a48;
  --warning: #d85522;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #030710;
  --color-bg-section: #0d1322;
  --color-bg-elevated: #161f34;
  --color-bg-light: #f8f7ff;
  --color-bg-paper: #ffffff;
  --color-surface: #161f34;
  --color-surface-soft: #0d1322;
  --color-surface-light: #e5f4ff;
  --color-surface-violet: #ebe8fe;
  --color-text: #cce9ff;
  --color-text-strong: #f2faff;
  --color-text-display: #7fc8ff;
  --color-text-display-bright: #99d3ff;
  --color-text-muted: #b2deff;
  --color-text-on-light: #1d3d3c;
  --color-text-on-violet: #1d3d3c;
  --color-text-link-secondary: #aaaaaa;
  --color-brand: #eb5424;
  --color-brand-deep: #d85522;
  --color-brand-light: #eaa990;
  --color-brand-pale: #f3cdbe;
  --color-brand-paper: #fbeee9;
  --color-violet: #beb4fd;
  --color-violet-soft: #cfc8fe;
  --color-violet-pale: #edeafdbf;
  --color-violet-paper: #f8f7ff;
  --color-blue-action: #006ddd;
  --color-blue-paper: #f2faff;
  --color-blue-deep: #043e5d;
  --color-blue-mid: #076597;
  --color-blue-grey-mid: #40668d;
  --color-blue-grey-soft: #2f4b68;
  --color-green-deep: #1d3d3c;
  --color-green-mid: #132d2d;
  --color-red-text: #772730;
  --color-red-pale: #f1e9ea;
  --color-border: rgba(47,75,104,0.16);
  --color-border-soft: rgba(255,255,255,0.16);
  --color-border-faint: rgba(255,255,255,0.08);
  --color-on-brand: #ffffff;
  --color-on-violet: #1d3d3c;
  --color-on-dark: #cce9ff;
  --color-scrim: rgba(3,7,16,0.72);
  --color-shadow-card: rgba(0,0,0,0.32);
  --color-shadow-elev: rgba(0,0,0,0.48);
  --color-success: #027a48;
  --color-success-bg: #ecfdf3;
  --color-danger: #b42318;
  --color-danger-bg: #fef3f2;
  --color-warning: #d85522;
  --color-info: #006ddd;

  /* type */
  --display-size: 72px;
  --h1-size: 64px;
  --h2-size: 51px;
  --body-size: 17px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 6px;
  --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: 'Twklausanne', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Aeonik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Aeonik Mono', ui-monospace, monospace;
}
