@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

a, h1, h2, h3, h4, h5, h6 {
    
  font-family: "Inter", sans-serif !important;
}

.btn, .form-btn {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-shadow: 6px 5.3744px 0px #96ce34;
    --tw-shadow-colored: 6px 5.3744px 0px;
    background-color: #96ce34;
    border: 1.5px solid #080808 !important;
    border-radius: 1rem !important;
    box-shadow: 0 0 #96ce34, 0 0 #96ce34, 6px 5.3744px #96ce34;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #96ce34), var(--tw-ring-shadow, 0 0 #96ce34), var(--tw-shadow);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}