/* Shared section behavior. Documented desktop sections are 800px tall unless Figma notes a different mobile height. */
.section-title {
  color: var(--color-cyan-500);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.section-text {
  color: var(--color-navy-200);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  body { min-width: 320px; }
}
