/* Global base styles */
body {
  font-family: 'Inter', 'Roboto', Arial, sans-serif;
  margin: 0;
}

/* Shared typography helpers (old + new) */
.section-title,
.title {
  margin: 0 0 10px 0;
  font-size: 28px;
}

.section-subtitle,
.sub {
  margin: 0 0 24px 0;
  color: #444;  
}

/* Optional text helper used in the new HTML */
.text {
  margin: 0 0 16px 0;
  color: #222;
  line-height: 1.6;
}

/* Utility */
.center {
  text-align: center;
}
