/*
 * Palette 05 - Sapphire
 * Deep blue background with sky-blue accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #05101f;
  --footer-header-bg: #030a16;
  --header-bg: rgba(3, 10, 22, 0.92);
  --brand-color: #4cc2ff;
  --brand-hover: #7ad4ff;
  --brand-contrast: #04101d;
  --text: #e3f0fa;
  --text-muted: rgba(227, 240, 250, 0.85);
  --text-faint: rgba(227, 240, 250, 0.6);
  --accent-glow: rgba(76, 194, 255, 0.32);
  --accent-glow-strong: rgba(76, 194, 255, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(76, 194, 255, 0.2);
  --gradient-hero: linear-gradient(135deg, #05101f 0%, #0a1c33 50%, #081627 100%);
  --glow-primary: rgba(76, 194, 255, 0.06);
  --glow-secondary: rgba(123, 97, 255, 0.08);
}
