@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); *{ font-family: "Inter", sans-serif; text-size-adjust: 100%; } //text h1{ font-size: 30px; } h2{ font-size: 24px; } h3{ font-size: 18px; } //colors label{ color: #525256; font-weight: 400; } main{ width: 100vw; height: 100vh; } //input:focus{ // border:none !important; //} // //input:active{ // border:none !important; //} option{ background-color: #FFFFFF !important; } input{ height: 40px !important; } select{ height: 40px !important; } button{ height: 40px !important; }