/* KAMPA public overrides for Tabler dark theme */

/* Brand wordmark gradient */
.wordmark {
    font-weight: 800;
    letter-spacing: 0.2px;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #0B1020, #0A8F6C 28%, #1A6BFF 62%, #7B2BFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body { overflow-x: hidden; }
