:root {
  --pj-brand-navy: #062949;
  --pj-brand-wine: #AB2F4C;
  --pj-primary-deep: #081F33;
  --pj-primary: #0B2F4A;
  --pj-primary-light: #123F61;
  --pj-accent: #B02A45;
  --pj-accent-light: #C73654;
  --pj-success: #22C55E;
  --pj-warning: #F59E0B;
  --pj-danger: #EF4444;
  --pj-info: #3B82F6;
  --pj-space-1: 4px;
  --pj-space-2: 8px;
  --pj-space-3: 16px;
  --pj-space-4: 24px;
  --pj-space-5: 32px;
  --pj-space-6: 48px;
  --pj-radius-sm: 8px;
  --pj-radius-md: 12px;
  --pj-radius-lg: 16px;
  --pj-radius-xl: 20px;
  --pj-radius-full: 9999px;
  --pj-font-family: 'DM Sans', Arial, sans-serif;
  --pj-font-size-title: 32px;
  --pj-font-size-subtitle: 24px;
  --pj-font-size-body: 14px;
  --pj-font-size-label: 12px;
  --pj-font-weight-regular: 400;
  --pj-font-weight-medium: 500;
  --pj-font-weight-semibold: 600;
  --pj-font-weight-bold: 700;
  --pj-line-height-tight: 1.2;
  --pj-line-height-normal: 1.5;
  --pj-line-height-relaxed: 1.75;
  --pj-transition-fast: 150ms ease;
  --pj-transition-default: 200ms ease;
  --pj-transition-slow: 350ms ease;
  --pj-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.16);
  --pj-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.20);
  --pj-shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.28);
  --pj-shadow-glow-accent: 0 0 20px rgba(176, 42, 69, 0.25);
  --pj-gradient-accent: linear-gradient(135deg, #B02A45, #C73654);
  --pj-gradient-background-dark: linear-gradient(180deg, #071E2F, #0B2F4A);
}
