:root {
  --ams-typography-font-family: Barlow, sans-serif;
  --ams-heading-color: #1e1c5e;
  --ams-color-interactive: #1e1c5e;
  --ams-color-interactive-hover: #1e1c5e;;
  --ams-page-header-menu-item-color: #1e1c5e;
  --ams-page-header-menu-item-hover-color: #1e1c5e;
  /* --ams-typography-body-text-font-size: 1rem;
  --ams-typography-body-text-font-weight: 400;
  --ams-typography-body-text-line-height: 1.4;
  --ams-typography-body-text-small-font-size: 0.825rem;
  --ams-typography-body-text-small-line-height: 1.6;
  --ams-typography-body-text-large-font-size: 1.125rem;
  --ams-typography-body-text-large-line-height: 1.6;
  --ams-typography-body-text-x-large-font-size: 1.5rem;
  --ams-typography-body-text-x-large-line-height: 1.4;
  --ams-typography-heading-1-font-size: 2rem;
  --ams-typography-heading-font-weight: 700; */
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/Barlow/Barlow-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/Barlow/Barlow-SemiBold.ttf) format('woff2');
}


.ams-page-header__logo-container {
  inline-size: auto;
}

.ams-page-header__logo-container img {
  max-height: 65px;
}

.ams-page-footer {
  background: linear-gradient(145deg,#1e1c5e 17.81%,#5c0e81 101.55%);;
}

.ams-page-footer a {
  color: var(--ams-color-interactive-inverse);
}

.ams-page-footer a:hover,
.ams-page-footer a:focus {
  color: var(--ams-color-interactive-inverse);
}

.ams-page-footer__spotlight {
  background: none;
  color: var(--ams-color-text-inverse);
}

.ams-page-footer__spotlight a {
  color: var(--ams-color-interactive-inverse);
}

.ams-page-footer__spotlight a:hover,
.ams-page-footer__spotlight a:focus {
  color: var(--ams-color-interactive-inverse);
}

.ams-page-footer__spotlight .ams-row {
  grid-column: 1 / -1;
}

