/ raleway-regular - latin-ext /
@font-face {
  font-display: swap; / Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. /
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/raleway-v34-latin-ext-regular.woff2') format('woff2'); / Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ /
}

/ raleway-500 - latin-ext /
@font-face {
  font-display: swap; / Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. /
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../ownfonts/raleway-v34-latin-ext-500.woff2') format('woff2'); / Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ /
}

/ raleway-600 - latin-ext /
@font-face {
  font-display: swap; / Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. /
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../ownfonts/raleway-v34-latin-ext-600.woff2') format('woff2'); / Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ /
}

/ raleway-700 - latin-ext /
@font-face {
  font-display: swap; / Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. /
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../ownfonts/raleway-v34-latin-ext-700.woff2') format('woff2'); / Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ /
}

/ libre-baskerville-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: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'); / Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ /
}

/ libre-baskerville-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: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('../ownfonts/libre-baskerville-v14-latin-700.woff2') format('woff2'); / Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ /
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

h1 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 60px;
}

h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.sp-megamenu-parent > li > a {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}