/* ===========================
   RESET & BASE
=========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  color: #0F172A;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', -apple-system, sans-serif;
  font-weight: 800;
}
h1 > span, h2 > span, h3 > span {
  font-weight: 200;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
