@import url(../variables.css);

.btn-custom {
    border: none;    
    outline: none;
    list-style: none;

    margin: 0;
    padding: 5px 15px;
    background-color: transparent;
    font-weight: 800 !important;
    font-size: 22px !important;

    
    color: var(--white-primary);
    border: 2px solid !important;
    border-color: var(--white-primary);

    border-radius: 5px;
    line-height: normal;
}
.btn-custom:hover {
    color: var(--white-primary);
    /* background: var(--gray-primary); */
    background: #fff4;
}