@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.otf') format('otf')
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 


 





/* ============================================
   Submit Button
============================================ */

.epromoink_submit input[type="submit"] {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    background-color: #ff7b17 !important;
    color: #fff !important;
 
}





 .epromoink_submit input[type="submit"] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background-color: #999;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.epromoink_submit input[type="submit"]:hover {
    background-color: #000;
}