:root {
  --font: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

h1,
.large-text {
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h2 {
  font-weight: 800;
  line-height: 1.5;
  font-size: var(--font-size-3xl);
  margin-bottom: var(--units-spacing-lg);
}

.centered {
  text-align: center;
}
