/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Scroll */
html {
  scroll-behavior: smooth;
}

/* Font smoothing */
body {
  -webkit-font-smoothing: antialiased;
}
