/* ── KullGames Global Utility Classes ──────────────────────── */

/* Brand heading font — replaces 60+ inline style="font-family: 'Fredoka'" */
.fredoka {
    font-family: 'Fredoka', sans-serif;
}

/* Active nav pill with brand color */
.nav-pill-brand.active {
    background-color: #0d6efd !important;
    color: #fff !important;
}

.nav-pill-brand:not(.active) {
    color: #6c757d;
}

.nav-pill-brand:not(.active):hover {
    color: #495057;
}

/* Card with standard site radius */
.card-site {
    border-radius: 16px;
}
