body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin-bottom: var(--spacing-4);
}

h1 {
  font-size: 2.5rem; /* 40px */
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem; /* 32px */
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.5rem; /* 24px */
}

h4 {
  font-size: 1.25rem; /* 20px */
}

p {
  margin-bottom: var(--spacing-4);
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.text-small {
  font-size: 0.875rem; /* 14px */
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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