:root {
  --tgold: #bd9e5e;
  --tgold-hover: #cdb07a;
  --slate: #31444f;
  --font-sans: 'Poppins', sans-serif;
  --font-serif: 'Merriweather', serif;
}

/* Initial offset keeps content below the fixed header without waiting for JS.
   92px logo + 3rem top + 3rem bottom + 30px JS buffer = calc(122px + 6rem) */
#main-wrapper {
  padding-top: calc(132px + 6rem);
  transition: padding-top 0.15s ease;
}

body,
body p,
body a,
body input,
body textarea,
body select,
body button,
.nav-link,
.navbar {
  font-family: var(--font-sans);
}
