/* ========================================
   Allied Services Design Tokens
   CSS Custom Properties (Variables)

   Load this file FIRST before all other stylesheets
   ======================================== */

:root {
  /* Brand Colors */
  --allied-blue: #055D97;
  --allied-green: #01673e;
  --allied-blue-dark: #004176;
  --allied-blue-hover: #044a78;
  --allied-green-hover: #015a33;
}
