/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/noto-sans-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
}
/* fjalla-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/fjalla-one-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 32px;
  font-weight: normal;
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../ownfonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h3 {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
}
h4 {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
}
h5 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}
h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}
/* pragati-narrow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Pragati Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/pragati-narrow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pragati-narrow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Pragati Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../ownfonts/pragati-narrow-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.sp-megamenu-parent {
  font-family: Pragati Narrow, sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}