/* Auto-generated from shared/design-tokens.json */
:root {
  --ag-colors-brand-primary: #1a2f3a;
  --ag-colors-brand-secondary: #c46f2a;
  --ag-colors-brand-accent: #d6a24c;
  --ag-colors-surface-canvas: #f3efe8;
  --ag-colors-surface-base: #fdfbf7;
  --ag-colors-surface-raised: #ffffff;
  --ag-colors-surface-muted: #ebe5db;
  --ag-colors-surface-strong: #101a20;
  --ag-colors-text-primary: #172126;
  --ag-colors-text-secondary: #5d676d;
  --ag-colors-text-inverse: #f8f5f0;
  --ag-colors-text-muted: #727b81;
  --ag-colors-border-soft: #d7cec2;
  --ag-colors-border-strong: #beaf9b;
  --ag-colors-status-success: #0e825c;
  --ag-colors-status-warning: #b97a1f;
  --ag-colors-status-danger: #bf4a37;
  --ag-typography-fontFamily-display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --ag-typography-fontFamily-body: 'Manrope', 'Segoe UI', sans-serif;
  --ag-typography-fontFamily-mono: 'JetBrains Mono', 'Consolas', monospace;
  --ag-typography-fontSize-hero: clamp(3rem, 6vw, 5.5rem);
  --ag-typography-fontSize-display: clamp(2.35rem, 3vw, 3.6rem);
  --ag-typography-fontSize-h1: clamp(2rem, 3vw, 3rem);
  --ag-typography-fontSize-h2: clamp(1.65rem, 2vw, 2.4rem);
  --ag-typography-fontSize-h3: 1.4rem;
  --ag-typography-fontSize-body: 1rem;
  --ag-typography-fontSize-small: 0.92rem;
  --ag-typography-fontWeight-regular: 400;
  --ag-typography-fontWeight-medium: 500;
  --ag-typography-fontWeight-semibold: 600;
  --ag-typography-fontWeight-bold: 700;
  --ag-typography-lineHeight-tight: 1.05;
  --ag-typography-lineHeight-heading: 1.15;
  --ag-typography-lineHeight-body: 1.65;
  --ag-spacing-3xs: 0.25rem;
  --ag-spacing-2xs: 0.5rem;
  --ag-spacing-xs: 0.75rem;
  --ag-spacing-sm: 1rem;
  --ag-spacing-md: 1.5rem;
  --ag-spacing-lg: 2rem;
  --ag-spacing-xl: 3rem;
  --ag-spacing-2xl: 4.5rem;
  --ag-spacing-3xl: 6rem;
  --ag-spacing-4xl: 8rem;
  --ag-layout-container: min(1120px, calc(100vw - 2rem));
  --ag-layout-wide: min(1320px, calc(100vw - 2rem));
  --ag-layout-sidebar: 320px;
  --ag-layout-content: minmax(0, 1fr);
  --ag-layout-gutter: 1rem;
  --ag-layout-sectionInset: clamp(4rem, 7vw, 7rem);
  --ag-effects-radius-sm: 14px;
  --ag-effects-radius-md: 22px;
  --ag-effects-radius-lg: 32px;
  --ag-effects-radius-pill: 999px;
  --ag-effects-shadow-soft: 0 18px 45px rgba(16, 26, 32, 0.08);
  --ag-effects-shadow-card: 0 28px 60px rgba(16, 26, 32, 0.14);
  --ag-effects-shadow-focus: 0 0 0 4px rgba(214, 162, 76, 0.18);
  --ag-effects-transition-base: 220ms ease;
  --ag-effects-transition-slow: 380ms ease;
  --ag-breakpoints-sm: 640px;
  --ag-breakpoints-md: 840px;
  --ag-breakpoints-lg: 1120px;
  --ag-breakpoints-xl: 1320px;
}
