:root {
  /* LUMOS */
  --font-primary: "Helvetica Neue", sans-serif;
  --section-width: 1136px;
  --clr-primary: #225b41;
  --clr-primary-lite: #336248;
  --clr-bg: #fff9e8;
  --section-margin-bottom: 80px;
  --overlay-opacity: 0.35;
  --font-size-M: 18px;
  --font-size-XL: 30px;
  --section-margin-S: 50px;
  --hwm-universal-margin-bottom: clamp(50px, 6vw, 80px);
  --hero-h: 800px;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable; /* modern browserid */
  overflow-y: scroll;
}

body {
  background-color: var(--color-secondary) !important;
}

.entry-content {
  max-width: 1440px;
  margin: 0 auto;
}

#footer-contact {
  scroll-margin-top: 120px;
}
