@import url('https://fonts.googleapis.com/css2?family=Varela+Round&family=Nunito+Sans:wght@300;400;600;700;800&display=swap');

html {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: #0F172A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFBFA;
}

.text-display {
  font-size: var(--text-display);
  font-weight: 700;
  line-height: 1.15;
  color: #0F172A;
  font-family: var(--font-heading);
}

.text-h1 {
  font-size: var(--text-h1);
  font-weight: 700;
  line-height: 1.15;
  color: #0F172A;
  font-family: var(--font-heading);
}

.text-h2 {
  font-size: var(--text-h2);
  font-weight: 700;
  line-height: 1.2;
  color: #0F172A;
  font-family: var(--font-heading);
}

.text-h3 {
  font-size: var(--text-h3);
  font-weight: 700;
  line-height: 1.3;
  color: #0F172A;
  font-family: var(--font-heading);
}

.text-h4 {
  font-size: var(--text-h4);
  font-weight: 600;
  line-height: 1.35;
  color: #0F172A;
}

.text-body {
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.6;
  color: #64748B;
}

.text-body-sm {
  font-size: var(--text-body-sm);
  font-weight: 400;
  line-height: 1.5;
  color: #64748B;
}

.text-caption {
  font-size: var(--text-caption);
  font-weight: 400;
  line-height: 1.4;
  color: #94A3B8;
}

.text-overline {
  font-size: var(--text-caption);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94A3B8;
}

.text-primary-gradient {
  background: linear-gradient(135deg, #059669, #10B981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
