* {
    scroll-behavior: smooth;
    font-family: system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
} 

.discord-primary {
    background-color: #5865F2;
}

.discord-primary:hover {
    background-color: #4752C4;
}

.text-discord {
    color: #5865F2 !important;
}

.border-discord {
    border-color: #5865F2;
}

.bg-discord {
    background-color: #5865F2;
}

.bg-discord:hover {
    background-color: #4752C4;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

.hero-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card-shadow:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.counter {
    font-variant-numeric: tabular-nums;
}