html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
}

code {
  font-size: 0.875em;
}

@media (prefers-color-scheme: dark) {
  body {
    color-scheme: dark;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
