@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap');

body {
  background-color: var(--color-bg);
  color: var(--text-primary);
  font-family: var(--font-main);
  font-size: var(--font-size-body);
  line-height: 1.5;
  overflow-x: hidden;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

h2 {
  font-size: var(--font-size-title);
  font-weight: var(--font-weight-title);
  color: var(--text-primary);
}

h3 {
  font-size: var(--font-size-card-title);
  font-weight: var(--font-weight-card-title);
  color: var(--text-primary);
}

p {
  color: var(--text-secondary);
}

small, .text-muted {
  color: var(--text-muted);
  font-size: var(--font-size-helper);
}
