/* line 2, ../sass/theme.scss */
:root {
  --psu-nittany-navy: #001E44;
  --psu-nittany-navy-rgb: 0,30,68;
  --psu-beaver-blue: #1E407C;
  --psu-beaver-blue-rgb: 30,64,124;
  --psu-pugh-blue: #96BEE6;
  --psu-pugh-blue-rgb: 150,190,230;
  --psu-dawn-of-discovery: #F2665E;
  --psu-dawn-of-discovery-rgb: 242,102,94;
  --psu-futures-calling: #99CC00;
  --psu-futures-calling-rgb: 153,204,0;
  --psu-invent-orange: #E98300;
  --psu-invent-orange-rgb: 233,131,0;
  --psu-bright-keystone: #FFD100;
  --psu-bright-keystone-rgb: 255,209,0;
  --psu-pa-creek: #3EA39E;
  --psu-pa-creek-rgb: 62,163,158;
  --psu-light-link: #005FA9;
  --psu-light-link-rgb: 0,95,169;
  --psu-dark-link: #CCE9FF;
  --psu-dark-link-rgb: 204,233,255;
  --psu-isra-true-blue: var(--psu-beaver-blue);
  --psu-isra-center-color: var(--psu-futures-calling);
  --psu-csr-center-color: var(--psu-invent-orange);
  --psu-pasdc-center-color: var(--psu-bright-keystone);
  --theme-accent-color: var(--psu-isra-center-color);
  --theme-border-accent: 5px solid var(--theme-accent-color);
  --theme-dark-gray: #a4a4a4;
  --theme-medium-gray: #ccc;
  --theme-light-gray: #e4e5e7;
  --psu-isra-roboto-condensed: "Roboto Condensed", "Roboto", var(--bs-body-font-family);
  --psu-isra-archivo-narrow: "Archivo Narrow", "Roboto", var(--bs-body-font-family);
  --psu-isra-roboto-slab: "Roboto Slab", "Roboto", var(--bs-body-font-family);
  --theme-header-background: var(--psu-nittany-navy);
  --theme-header-color: #fff;
  --theme-header-link-color: var(--psu-dark-link);
  --theme-navbar-background: var(--psu-nittany-navy);
  --theme-navbar-border-top: 4px solid var(--psu-nittany-navy);
  --theme-navbar-border-bottom: var(--theme-border-accent);
  --theme-dropdown-link-color: #fff;
  --theme-nav-link-color: #fff;
  --theme-nav-link-font-family: var(--psu-isra-roboto-condensed);
  --theme-nav-link-font-size: 1.3333333rem;
  --theme-nav-link-text-transform: uppercase;
  --theme-nav-link-font-weight: bold;
  --theme-nav-link-hover-color: #fff;
  --theme-nav-link-hover-text-decoration: underline 2px;
  --theme-dropdown-bg: var(--theme-navbar-background);
  --theme-dropdown-link-color: var(--theme-nav-link-color);
  --theme-dropdown-link-hover-bg: none;
  --theme-dropdown-link-hover-color: var(--theme-nav-link-color);
  --theme-dropdown-border-color: #fff;
  --theme-dropdown-border-radius: 0;
  --theme-dropdown-font-size: 1.2rem;
  --theme-dropdown-item-border-color: var(--theme-dark-gray);
  --theme-page-title-color: var(--psu-nittany-navy);
  --theme-page-title-font-family: var(--psu-isra-archivo-narrow);
  --theme-banner-background: var(--psu-pugh-blue);
  --theme-banner-color: var(--psu-nittany-navy);
  --theme-p-lead-font: 500 normal 1.375rem/1.4 var(--psu-isra-roboto-slab);
  --theme-tag-color: var(--bs-body-color);
  --theme-tag-background: var(--theme-light-gray);
  --theme-bordered-box-border: 5px solid var(--theme-light-gray);
  --theme-bordered-box-padding-x: 2rem;
  --theme-bordered-box-padding-y: 2rem;
  --theme-bordered-box-border-radius: 0;
  --theme-bordered-box-bg: #fff;
  --theme-background-box-background: var(--psu-isra-true-blue);
  --theme-background-box-color: #fff;
  --theme-background-box-padding-x: 1.5rem;
  --theme-background-box-padding-y: 2rem;
  --theme-background-box-border-radius: 0;
  --theme-background-box-link-color: var(--psu-dark-link);
  --theme-background-box-link-hover-color: var(--psu-dark-link);
  --theme-button-primary-background: var(--psu-dawn-of-discovery);
  --theme-button-primary-color: #000;
  --theme-button-primary-hover-background: #963933;
  --theme-button-primary-hover-color: #fff;
  --theme-light-card-border-color: #ccc;
  --theme-shape-background-blue: var(--psu-pugh-blue);
  --theme-shape-background-gray: var(--theme-light-gray);
}
