@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

body { font-family: "DM Sans", Arial, sans-serif; }
main.section-shell { color: #173b35; }
main.section-shell h1,
main.section-shell h2 {
  font-family: "DM Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
}
main.section-shell h1 { font-size: clamp(2.35rem, 6vw, 4rem); margin: 0.4rem 0 0.7rem; }
main.section-shell h2 { font-size: clamp(1.35rem, 2.7vw, 1.75rem); margin: 2.5rem 0 0.7rem; }
main.section-shell p { color: #3f5751; font-size: 1rem; line-height: 1.75; margin-bottom: 1rem; }
main.section-shell p:first-of-type { color: #70817c; font-size: 0.9rem; }
main.section-shell a { color: #086b5e; font-weight: 600; text-underline-offset: 3px; }
@media (max-width: 520px) { main.section-shell { padding-top: 42px !important; padding-bottom: 72px !important; } }
