/*
Theme Name: Garcias Air Duct Theme
Author: Garcia's Air Duct Cleaning INC
Version: 1.0
Text Domain: garcias-airduct-theme
*/

/* PASTE ALL YOUR BLUE/RED/WHITE CSS BELOW THIS LINE */
/* (Everything that was inside the <style> ... </style> block) */

:root {
  --primary: #0b4aa2;
  --primary-dark: #083777;
  --accent: #d62828;
  --bg: #ffffff;
  --bg-soft: #f3f6ff;
  --text: #0b1220;
  --muted: #5b6472;
  --radius-lg: 18px;
  --radius-md: 10px;
  --shadow-soft: 0 12px 35px rgba(15, 23, 42, 0.15);
}

/* ...rest of your CSS... */
