:root {
  /* Brand Colors */
  --bs-primary: #ea794a; /* dressup-primary */
  --bs-secondary: #ea794a; /* Using same for secondary as per brand.csv mapping or explicit secondary */
  --bs-primary-rgb: 234, 121, 74;

  /* Custom Project Vars (found in policies) */
  --du-primary: #ea794a;

  /* Fonts */
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-font-sans-serif: "Montserrat", sans-serif;
}
