body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-fg);
}

h1 {
  font-size: var(--text-3xl);
}

h2 {
  font-size: var(--text-2xl);
}

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

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

.subtitle {
  font-family: var(--font-fergana);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: var(--text-sm);
}

.tagline {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: var(--text-base);
  color: var(--color-text-light);
}

.text-accent {
  color: var(--color-fg);
}

.text-pink {
  color: var(--color-pink);
}
