/* =================================================================
   TYPOGRAPHY - THE AWAKENING CODE V4.0.0
   Sistema tipográfico Patek Philippe
   ================================================================= */

/* ===== HEADINGS ===== */

h1, h2, h3, h4, h5 {
  font-family: var(--font-luxury);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-md);
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-normal);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

/* ===== BODY TEXT ===== */

p {
  font-family: var(--font-display);
  font-size: var(--font-size-body);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--spacing-md);
}

.text-large {
  font-size: var(--font-size-body-large);
}

.text-small {
  font-size: var(--font-size-small);
}

/* ===== UTILITY CLASSES ===== */

.text-luxury {
  font-family: var(--font-luxury);
}

.text-display {
  font-family: var(--font-display);
}

.text-center {
  text-align: center;
}

.text-white {
  color: var(--text-on-dark-primary);
}

.text-gold {
  color: var(--gold-primary);
}

strong {
  font-weight: var(--font-weight-bold);
}

/* FIN TYPOGRAPHY */
