.font-display { font-family: var(--font-display); }
.font-body { font-family: var(--font-body); }
.font-mono { font-family: var(--font-mono); }
.font-logo { font-family: var(--font-logo); }

.section-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--tag-color);
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: var(--noir);
  line-height: 1.1;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--gris-600);
  line-height: 1.7;
}

@media (min-width: 768px) {
  .section-tag {
    font-size: 12px;
  }

  .section-title {
    font-size: 36px;
    letter-spacing: 1.1px;
  }

  .section-subtitle {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 44px;
  }
}
