/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Noto Sans', sans-serif;
}
.fw-bolder{
    font-weight: 600 !important;
}
/**
might be better to also use fw-light, fw-ligher, fw-semibold, fw-normal, fst-normal, fst-italic etc. See the BS5 docs.
*/