/*
Theme Name: Kotas Crypto Theme
Theme URI: https://kotascrypto.com
Author: KwekKwekLabs
Description: Custom theme for Kotas Crypto platform
Version: 1.5
*/

/* ── Primary CTA button — gradient yellow ──────────────────────────────── */
/* .kc-btn-primary {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 16px 32px;
    height: 54px;
    background: linear-gradient(95.44deg, #FFFF01 14.5%, #FFFFFF 105.57%) !important;
    background-color: #FFFF01 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow:
        0px 10px 15px -3px rgba(0, 0, 0, 0.1),
        0px 4px 6px -2px rgba(0, 0, 0, 0.05),
        inset 0px 0px 9px 3px rgba(255, 255, 255, 0.37) !important;
    border-radius: 10000px;
    color: #3d2901 !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none !important;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.kc-btn-primary:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    color: #3d2901 !important;
    text-decoration: none !important;
} */
