/* RESET & BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Inter", "Segoe UI", sans-serif;
  /* background-color: #FFF8F1; */
  /* background-image: 
    radial-gradient(#e6e0da 0.6px, transparent 0.6px); */
  background-size: 20px 20px;
}



html {
  scroll-behavior: smooth;
}
