/**
 * Generated from Inngest — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0c0a09;
  --surface: #16130f;
  --surface-alt: #16130f;
  --text: #f6f6f6;
  --text-dim: #f6f6f6;
  --text-faint: #57534e;
  --brand: #cbb26a;
  --on-brand: #1a161c;
  --border: #27241f;
  --border-strong: #ffffff1f;
  --success: #3ecf8e;
  --warning: #cbb26a;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #0c0a09;
  --color-bg-deep: #070605;
  --color-surface: #16130f;
  --color-surface-alt: #1a161c;
  --color-surface-muted: #211c16;
  --color-brand: #cbb26a;
  --color-brand-hover: #d8c285;
  --color-brand-pressed: #b89a55;
  --color-brand-soft: #cbb26a1f;
  --color-on-brand: #1a161c;
  --color-accent: #cbb26a;
  --color-link: #4078f2;
  --color-selected: #cbb26a26;
  --color-disabled: #211c16;
  --color-disabled-text: #6b665f;
  --color-text: #f6f6f6;
  --color-text-heading: #fafaf9;
  --color-text-muted: #a8a39b;
  --color-text-soft: #7c7770;
  --color-text-faint: #57534e;
  --color-border: #27241f;
  --color-border-soft: #ffffff0f;
  --color-border-strong: #ffffff1f;
  --color-border-brand: #cbb26a66;
  --color-shadow-ambient: rgba(0,0,0,0.4);
  --color-shadow-standard: rgba(0,0,0,0.55);
  --color-shadow-elevated: rgba(0,0,0,0.7);
  --color-success: #3ecf8e;
  --color-success-bg: #0f2a1d;
  --color-warning: #cbb26a;
  --color-warning-bg: #2a2310;
  --color-danger: #ef4444;
  --color-danger-bg: #2a1414;
  --color-info: #4078f2;
  --color-info-bg: #101a2e;

  /* type */
  --display-size: 84px;
  --h1-size: 72px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 0px;
  --radius-card: 0px;
  --radius-pill: 0px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Whyte', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Circular XX', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
