:root {
  --text-color: #111111;
  --font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b1630;
}

p {
  font-weight: 400;
}

button, .btn-label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.brand-word {
  background: linear-gradient(90deg, #00BC69 0%, #00BC88 50%, #00BCA8 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.site-header__toggle.is-open span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.site-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle.is-open span:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}

#mobile-menu a {
  display: inline-block;
}
