:root {
  --app-gutter: 2rem;
  --color-teal: #51A3A3;
  --color-rose: #C582B8;
}

:where(.front) .button {
  min-width: 160px;
}

.desktop-menu .nav-link {
  font-family: var(--heading-font-family);
  font-size: 0.888rem;
}

.page-header__desktop .page-header__main .desktop-menu .nav.menu > li > a,
.page-header__desktop .page-header__main .desktop-menu .nav.menu > li > span {
  font-weight: 400;
  letter-spacing: 1px;
}

.page-hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
  min-height: 300px;
  padding-inline: var(--gutter);
  text-align: center;
}

:where(.page-hero) h1 {
  color: inherit;
  text-align: center;
  text-wrap: balance;
}

.page-hero.v1 {
  background: var(--color-teal);
  color: #fff;
}
:root { --body-font-family: "Albert Sans", sans-serif; --heading-font-family: "Newsreader", serif; }
.page-header__desktop .site-logo img,
.page-header__desktop .site-logo svg {
width: 220px;
height: 150px;
}

.smaller .page-header__desktop .site-logo img,
.smaller .page-header__desktop .site-logo svg {
width: 220px;
height: 150px;
}

:root {
--button-background: rgb(197, 130, 184);
--button-text-color: rgb(255, 255, 255);
--button-hover-background: rgb(177, 116, 165);
--button-hover-text-color: rgb(255, 255, 255);
--button-radius: 10px;
--body-font-size: 1.2rem;
--h1-color: rgb(81, 163, 163);
--h1-size: 2.4rem;
--h1-weight: 300;
--h2-color: rgb(81, 163, 163);
--h2-size: 2rem;
--h2-weight: 300;
--h3-color: rgb(81, 163, 163);
--h3-weight: 300;
--h4-color: rgb(81, 163, 163);
--h4-weight: 300;
--h5-color: rgb(81, 163, 163);
--h5-weight: 300;
--h6-color: rgb(81, 163, 163);
--h6-weight: 300;
}

.button.secondary {
--button-radius: 10px;
}

@media (min-width: 768px) {
:root {
--body-font-size: 1.5rem;
}
}
@media (min-width: 1280px) {
:root {
--h1-size: 3.66rem;
--h2-size: 2.66rem;
}
}