/* Branding Colors */
:root {
  --primary-color: #ffc857;
  --primary-border-dark: #d1d1d1;
  --primary-border-light: #3a3a3a;
  --secondary-color: #9F1D35;
}