/* yanone-kaffeesatz-300 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Yanone Kaffeesatz Light'), local('YanoneKaffeesatz-Light'),
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yanone-kaffeesatz-200 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Yanone Kaffeesatz ExtraLight'), local('YanoneKaffeesatz-ExtraLight'),
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yanone-kaffeesatz-700 - latin */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'),
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/plugins/rh-loki/fonts/yanone-kaffeesatz-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body, button, input, select, textarea {
	font-weight: var(--rh--general--font-weight);
}

h1 {
	font-size: var(--rh--h1--font-size);
	font-family: var(--rh--h1--font-family);
	font-weight: var(--rh--h1--font-weight);
}

@media (min-width: 840px) { 
	h1 { 
		font-size: 2.6rem;
	}
}

h2 {
	font-weight: var(--rh--h2--font-weight);
}

h3 {
	font-weight: var(--rh--h3--font-weight);
}

h4, h5, h6 {
	font-weight: var(--rh--h4_h6--font-weight);
}

.main-navigation a {
	font-weight: var(--rh--menu--font-weight);
}

.wp-block-rh-cta {
	font-weight: var(--rh--cta--font-weight);
}

:root {
--rh--general--font-weight: 400;
--rh--h1--font-size: 2.3rem;
--rh--h1--font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
--rh--h1--font-weight: 700;
--rh--h2--font-weight: 400;
--rh--h3--font-weight: 400;
--rh--h4_h6--font-weight: 400;
--rh--menu--font-weight: 400;
--rh--cta--font-weight: 400;

}
/* rh-husk end */