/* Auto-generated by GlobalStyleService — do not edit by hand */
:root {
  --fw-primary: #215283;
  --fw-secondary: #3a8f7a;
  --fw-accent: #d4a843;
  --fw-success: #3a8f7a;
  --fw-warning: #d4a843;
  --fw-danger: #c0392b;
  --fw-text: #2d2d2d;
  --fw-heading: #215283;
  --fw-body-font: Montserrat, system-ui, sans-serif;
  --fw-heading-font: Montserrat, system-ui, sans-serif;
  --fw-base-size: 16px;
  --fw-scale: 1.25;
  --fw-space-xs: 4px;
  --fw-space-sm: 8px;
  --fw-space-md: 16px;
  --fw-space-lg: 32px;
  --fw-space-xl: 64px;
  --fw-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --fw-shadow-md: 0 4px 6px rgba(0,0,0,0.1);
  --fw-shadow-lg: 0 10px 25px rgba(0,0,0,0.15);
}

body { font-family: var(--fw-body-font, system-ui); color: var(--fw-text, #2d2d2d); }
h1,h2,h3,h4,h5,h6 { font-family: var(--fw-heading-font, system-ui); color: var(--fw-heading, #215283); }
