/* Utilities */
.p-6-12 {
    padding: 6px 12px;
}

.fs-42 {
    font-size: clamp(28px, 3.8vw, 42px);
}

.fs-40 {
    font-size: clamp(26px, 3.6vw, 40px);
}

.fs-36 {
    font-size: clamp(24px, 3vw, 36px);
}

.fs-12 {
    font-size: 12px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-0 {
    margin-top: 0;
}

.m-0 {
    margin: 0;
}

.pl-18 {
    padding-left: 18px;
}

.text-muted {
    color: #6c7a8e;
}

.list-muted {
    color: #2a3342;
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bg-alt-1 {
    background: var(--bg-alt-1);
}
