@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSans-VariableFont_wdth%2Cwght.ttf') format('ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/NotoSans-Italic-VariableFont_wdth%2Cwght.ttf') format('ttf');
}

/* :root {
} */

body {
font-family: 'Noto Sans','Arial', sans-serif;
font-size: var(--bs-body-font-size);
line-height: 1.6;
font-weight: normal;
}

.sp-megamenu-parent {
font-family: 'Noto Sans','Arial', sans-serif;
font-size: var(--bs-body-font-size);
font-weight: normal;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Noto Sans','Arial', sans-serif;
    text-decoration: none;
    font-size: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans','Arial', sans-serif;
}
h1, .h1 {
font-size: 40px;
font-weight: 700;
}
h2, .h2 {
font-size: 35px;
font-weight: normal;
}
h3, .h3 {
font-size: 28px;
font-weight: 300;
}
h4, .h4 {
font-size: 28px;
font-weight: 300;
}
h5, .h5 {
font-size: 25px;
font-weight: normal;
}
h6, .h6 {
font-size: 18px;
font-weight: 300;
}



b, strong {
    font-weight: 600;
}