/* Design tokens — Figma-extracted values for FWDR Law Group */
:root {
  /* Colors — Figma-extracted */
  --color-primary: #1a3a5c;
  --color-primary-dark: #0f2a42;
  --color-primary-light: #2a5a8c;
  --color-accent: #c7ad52;
  --color-accent-dark: #a68520;
  --color-accent-light: #d4b84a;
  --color-text: #353535;
  --color-text-body: #2c2c2c;
  --color-text-light: #555555;
  --color-text-muted: #777777;
  --color-footer-muted: #878787;
  --color-bg: #ffffff;
  --color-bg-alt: #f1f1f1;
  --color-bg-dark: #353535;
  --color-bg-hero: #1a1a1a;
  --color-bg-row-hover: #414141;
  --color-surface: #f9f9f9;
  --color-border: #e0e0e0;
  --color-border-light: #eeeeee;
  --color-button-yellow: #fbe8a7;
  --color-graphic: #eae4d8;

  /* Typography — Aeonik from Figma */
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;

  /* Font sizes — Figma scale */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-body-lg: 1.575rem;
  --text-3xl: 1.875rem;
  --text-sub: 1.771875rem;
  --text-4xl: 2.25rem;
  --text-faq-q: 2.23125rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-hero: 6.5625rem;
  --text-section: 3.28125rem;

  /* Font weights */
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* Line heights */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  /* Spacing — 8px grid system */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Border radius */
  --radius-none: 0;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-card: 26px;
  --radius-main-image: 36.75px;
  --radius-row: 20px;
  --radius-pill: 18px;
  --radius-button: 14px;
  --radius-explore-image: 30px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;

  /* Layout */
  --max-width: 1512px;
  --max-width-narrow: 800px;
  --max-width-wide: 1400px;
  --content-padding: 84px;

  /* Blog card tokens */
  --color-bg-card: #d9d9d9;
  --color-border-cta: #6b7280;
  --radius-card-button: 5.25px;

  /* Z-index */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal: 1040;
  --z-popover: 1050;
  --z-tooltip: 1060;
}
