@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@100..900&display=swap');

:root {
    --heading-font: "Noto Sans Lao", sans-serif;
    --body-font: "Noto Sans Lao", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
select,
textarea,
.form-control {
    font-family: "Noto Sans Lao", sans-serif !important;
}

@media (max-width: 991px) {
    .mobile-menu-icons {
        background: hsl(var(--base)) !important;
    }

    .ecommerce__text {
        color: hsl(var(--white)) !important;
    }
}