/* ============================================================
   brand.css — Mid Pro Insulation
   Project-level brand config: colors, fonts, brand overrides.
   Load order: mainstyle.css → brand.css → custom.css
   ============================================================ */

:root {
  --accent:       #F5621C;   /* Orange — primary brand color */
  --accent-dark:  #d44e12;   /* Darker orange for hover states */
  --dark:         #1a1a1a;
  --mid:          #444;
  --light:        #f8f8f8;
  --white:        #ffffff;
}

/* Fonts: Bebas Neue (headings) + Lato (body) — loaded via Google Fonts in <head> */
