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

body {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

h1, .h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

h2, .h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.body-small {
  font-size: 14px;
  line-height: 1.6;
}

.mono {
  font-family: var(--font-mono);
}
