:root {
  /* ----------------------------------
     AquaTerra Brand Tokens
     Fonts: loaded via @font-face in main.css (legacy)
     ---------------------------------- */
  --font-body: "SourceSans3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-heading: "CormorantGaramond", Georgia, "Times New Roman", serif;

  /* Aliases for 01-base.css consumption */
  --font-primary: var(--font-body);
  --font-size-base: 16px;
  --line-height-base: 1.3;
  --font-weight-heading: 300;

  /* Font weights */
  --font-weight-body: 400;
  --font-weight-light: 300;
  --font-weight-medium: 500;

  /* Heading sizes (desktop) — mobile sizes live in 01-base.css media queries */
  --font-size-h1: 70px;
  --font-size-h2: 50px;
  --font-size-h3: 40px;
  --font-size-h4: 28px;
  --font-size-h5: 32px;
  --font-size-h6: 20px;
  --font-size-blockquote: 38px;
  --font-size-button: 15px;

  /* Colors */
  --color-text: #000000;
  --color-bg: #ffffff;
  --color-primary: #be8c67;       /* AquaTerra accent — copper (sole accent) */
  --color-secondary: #000000;     /* Heading color — applies to h1–h6 */
  --color-muted: #737373;
  --color-border: #e6e6e6;

  --radius-sm: 6px;
  --radius-md: 12px;

  --space-1: 6px;
  --space-2: 12px;
  --space-3: 18px;
  --space-4: 24px;
  --space-5: 36px;

  --container-max: 1200px;
}
