:root {
  --website-primary-color: #ffc700;
  --website-secondary-color: #6c757d;
  --website-light-color: #f8f9fa;
  --website-dark-color: #000000;
  --website-muted-color: #6c757d;
  --website-neutral-color: #6c757d;
  --website-background-light-color: #f8f9fa;
  --website-background-dark-color: #000000;
  --website-text-light-color: #ffffff;
  --website-text-dark-color: #343a40;
  --website-text-neutral-color: #6c757d;
  --website-text-muted-color: #6c757d;
  --website-success-color: #28a745;
  --website-danger-color: #dc3545;
  --website-warning-color: #ffc107;
  --website-info-color: #17a2b8;

  --website-title-font-family: hwt-aetna-extra-condensed, serif;
  --website-body-font-family: "futura-pt", sans-serif;
  --website-background-color: #fff;
}
