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

  --color-culinary: #e8cb1c;
  --color-literary: #c582b8;
  --color-performing: #a3ca55;
  --color-visual: #51a3a3;

  --color-dark-gray: #666;
}

:where(.front) h1,
:where(.front) h2,
:where(.front) h3,
:where(.front) h4,
:where(.front) h5 {
  color: var(--color-dark-gray);
}

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

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

.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;
}

.secondary-hero {
  padding: 3rem var(--app-gutter);
}

.secondary-hero-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.secondary-hero-art-image {
  text-align: center;
}

.secondary-hero-heading-image img {
  width: 475px;
}

.secondary-hero-tail {
  margin-top: 0;
}

.secondary-hero.is-culinary {
  background: var(--color-culinary);
  color: #fff;
}

.secondary-hero.is-generic {
  background: var(--color-dark-teal);
  color: #fff;
}

.secondary-hero.is-literary {
  background: var(--color-literary);
  color: #fff;
}

.secondary-hero.is-performing {
  background: var(--color-performing);
  color: #fff;
}

.secondary-hero.is-visual {
  background: var(--color-visual);
  color: #fff;
}

:where(.secondary-hero) > :first-child {
  margin-top: 0;
}

:where(.secondary-hero) > :last-child {
  margin-bottom: 0;
}
:root { --body-font-family: "Albert Sans", sans-serif; --heading-font-family: "Playfair Display", serif; }
@media (min-width: 768px) {
.secondary-hero-layout-grid {
  align-items: center;
  grid-template-columns: min(36vw, 381px) 1fr;
}
}
@media (min-width: 1280px) {
.secondary-hero-layout-grid {
  grid-template-columns: 381px 1fr;
  max-width: 1010px;
}
}
.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;
}
}