:root {
    --pw-highlight: #e8f5e9;
    --pw-highlight-text: #3b853f;
}

*,
body {
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 992px) and (max-width: 1399px) {
    html {
        font-size: 14px;
    }
}

.fw-bold {
    font-weight: 700;
}

* {
    scrollbar-color: var(--mud-palette-primary) transparent !important;
    scrollbar-width: thin !important;
}

::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px !important;
    background-color: var(--mud-palette-primary) !important;
}
