/*
 * Palette 06 - Teal
 * Dark lagoon background with turquoise accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #05201f;
  --footer-header-bg: #031514;
  --header-bg: rgba(3, 21, 20, 0.92);
  --brand-color: #2dd4bf;
  --brand-hover: #5fe3d1;
  --brand-contrast: #03211e;
  --text: #e2f5f3;
  --text-muted: rgba(226, 245, 243, 0.85);
  --text-faint: rgba(226, 245, 243, 0.6);
  --accent-glow: rgba(45, 212, 191, 0.32);
  --accent-glow-strong: rgba(45, 212, 191, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(45, 212, 191, 0.2);
  --gradient-hero: linear-gradient(135deg, #05201f 0%, #073230 50%, #062826 100%);
  --glow-primary: rgba(45, 212, 191, 0.06);
  --glow-secondary: rgba(245, 158, 11, 0.07);
}
