/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/open-sans-v44-latin-regular.woff2') format('woff2');
  }
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../ownfonts/open-sans-v44-latin-600.woff2') format('woff2');
  }
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../ownfonts/open-sans-v44-latin-800.woff2') format('woff2');
  }

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
	}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 2.6rem;
  }
h2 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   font-size: 2.2rem;
  }
h3 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   font-size: 1.4rem;
  }
h4 {
   font-family: 'Open Sans', sans-serif;
   font-size: 1.3rem;
   font-weight: 600;
  }
  @media (max-width:991px) {
   h1 {font-size: 1.6rem;}
   h2 {font-size: 1.4rem;}
   }
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 1.3rem
  }