/* ==========================================================================
   2. Typography & Core Elements
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: var(--text-highlight);
}

.section-subtitle {
  font-family: var(--font-accent);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: var(--color-gold);
  margin-bottom: 20px;
  display: block;
}

.section-title {
  font-family: var(--font-display);
  font-size: 58px;
  line-height: 1.15;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 34px;
  }
}
