
.text-shadow-white {
	text-shadow: 0px 1px 0px rgb(255 255 255 / 0.15)
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px oklch(97.7% 0.013 236.62);
	font-family: "Inter";
	font-size:1em;
}
input:-webkit-autofill::first-line{
	font-family: "Inter"!important;
}