@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar {
   display: none;  
}

html {
  scroll-behavior: smooth!important;
}

*{
	margin: 0px;
	padding: 0px;    
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
   font-size: 1em;
   -webkit-font-smoothing: antialiased;
   font-optical-sizing: auto;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.container{
	width: 100%;
	max-width: 1300px;
	display: flex;
}

.great-vibes {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}