/* ---------- Color Module Styles ----------- */
 :root {
  --primary-color: #fe5d14;
  --secondary-color: #FF6600;
  --bg-color: #121212;
  --text-color:#121212;
  --white-text:#ffffff;
   /* these are specific to this install and not in the theme settings.*/
  --bg-color-light:#e4e4e4;
  --tertiary-color: #A34515;
  --text-color-light: #555;
}
