/*
 * Palette 10 - Neon Lime
 * Black-green background with electric lime accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #0b120a;
  --footer-header-bg: #070c06;
  --header-bg: rgba(7, 12, 6, 0.92);
  --brand-color: #a3e635;
  --brand-hover: #bcf060;
  --brand-contrast: #101c02;
  --text: #edf5e6;
  --text-muted: rgba(237, 245, 230, 0.85);
  --text-faint: rgba(237, 245, 230, 0.6);
  --accent-glow: rgba(163, 230, 53, 0.3);
  --accent-glow-strong: rgba(163, 230, 53, 0.58);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(163, 230, 53, 0.2);
  --gradient-hero: linear-gradient(135deg, #0b120a 0%, #14230f 50%, #0f1c0d 100%);
  --glow-primary: rgba(163, 230, 53, 0.06);
  --glow-secondary: rgba(34, 211, 238, 0.07);
}
