
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


body {


    font-family: "Inter", sans-serif; margin: 0;
                box-sizing: border-box;
}

