/*
 * Palette 03 - Emerald
 * Deep green felt background with bright emerald accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #071410;
  --footer-header-bg: #040d0a;
  --header-bg: rgba(4, 13, 10, 0.92);
  --brand-color: #34d17b;
  --brand-hover: #5ce298;
  --brand-contrast: #04120a;
  --text: #e6f5ec;
  --text-muted: rgba(230, 245, 236, 0.85);
  --text-faint: rgba(230, 245, 236, 0.6);
  --accent-glow: rgba(52, 209, 123, 0.32);
  --accent-glow-strong: rgba(52, 209, 123, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(52, 209, 123, 0.2);
  --gradient-hero: linear-gradient(135deg, #071410 0%, #0b241a 50%, #082018 100%);
  --glow-primary: rgba(52, 209, 123, 0.06);
  --glow-secondary: rgba(240, 192, 64, 0.06);
}
