.eapps-form-header-title { 
    font-size: 39px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #222334;
    letter-spacing: -1.5px;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {  
    .eapps-form-header-title { 
        font-size: 25px; 
        line-height: 32px; /* Adjust line-height for better readability */
        letter-spacing: -1px; /* Slightly reduce letter spacing */
    }
}

.eapps-form-button {
    border-radius: 0px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

/* Mobile adjustment */
@media (max-width: 768px) {  
    .eapps-form-button { 
        font-size: 12px; 
        letter-spacing: 1.5px; 
    }
}