[x-cloak] {
    display: none !important;
}

body {
    margin: 0;
    color: #0f172a;
    background-color: #f9f9ff;
    font-family: "Public Sans", sans-serif;
}

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

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #74777d;
    border-radius: 10px;
}
