/*
Theme Name:  Elevated Systems
Description: Custom theme for Elevated Systems — licensed electrical contractor serving the Puget Sound.
Version:     1.0.0
Author:      Elevated Systems
Text Domain: elevated-systems
*/

:root {
  --color-navy:     #1A2E41;
  --color-blue:     #0170B9;
  --color-cyan:     #02AFEC;
  --color-dark:     #000f23;
  --color-text:     #4B4F58;
  --color-bg-light: #F5F5F5;
  --color-muted:    #a8bfd0;
  --color-subfooter:#0f1e2d;
  --font-primary:   'Montserrat', sans-serif;
  --max-width:      1140px;
  --nav-height:     72px;
}
