/* line 1, ../sass/theme.scss */
:root {
  --psu-pasdc-button-hover: #A25B00;
  --bs-heading-color: var(--psu-nittany-navy);
  --theme-accent-color: var(--psu-pasdc-center-color);
  --theme-tag-color: var(--bs-body-color);
  --theme-tag-background: var(--theme-light-gray);
  --theme-button-primary-background: var(--psu-invent-orange);
  --theme-btn-bordered-border-color: var(--theme-light-gray);
  --theme-button-primary-hover-background: var(--psu-pasdc-button-hover);
}
