body {
    font-family: Inter, sans-serif;
}

h1,
h2,
h3,
.font-display {
    font-family: Nunito, Inter, sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
    vertical-align: middle;
}

.cem-toast {
    animation: cemlab-toast-in 0.28s ease-out both;
}

@keyframes cemlab-toast-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cem-grid-bg {
    background-image:
        linear-gradient(rgba(123, 78, 212, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(123, 78, 212, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
}

.text-balance {
    text-wrap: balance;
}

.admin-page {
    min-height: 100vh;
}
