/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap');

/* Base typography scale */
.text-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-accent);
}

.text-section-title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: #1a3d4e;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.text-section-sub {
  font-size: 18px;
  color: var(--color-muted);
  line-height: 1.7;
  max-width: 520px;
}

.text-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-muted);
}

.text-hero-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #1a3d4e;
}
