:root {
  --site-bg: #f5f3ee;
  --site-text: #222222;
  --brand: #0c5c56;
  --brand-contrast: #ffffff;
}

body {
  background: var(--site-bg);
  color: var(--site-text);
  font-family: "Poppins", sans-serif;
}

.auto-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.site-header,
.site-footer,
.site-subfooter {
  background: #ffffff;
}

.ee-element {
  margin-block: 2rem;
}

.ee-element-subheading {
  opacity: 0.85;
}
