/* Sterling Urology — brand tokens
 *
 * Source: Sterling-Urology-Brand-Guide.pdf (June 2026), authored by Peter.
 * Archived at prospects/sterlingurology/Sterling-Urology-Brand-Guide.pdf.
 * Style/IA: Direction D (focused-funnel, leachobgyn-inspired). Color + type
 * follow the brand guide (resolved 2026-06-09 with Peter).
 */

:root {
  /* Primary */
  --color-forest: #1e3a2a;
  --color-gold: #c4a97d;
  --color-white: #ffffff;
  --color-warm-white: #f5f3ef;

  /* Supporting */
  --color-sage: #e8ede9;
  --color-muted-green: #4a6b55;
  --color-dark-green: #142b1e;

  /* Text */
  --color-text: #1e3a2a;
  --color-text-muted: rgba(30, 58, 42, 0.45);
  --color-text-subtle: rgba(30, 58, 42, 0.28);

  /* Type stack — per brand guide, Lora for display, Manrope for body/UI. */
  --font-display: 'Lora', Georgia, 'Times New Roman', serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}
