/*
 * MyFonts Webfont Kit – Obvia Book and Obvia Semi Bold.
 * Licensed to KlimaNet Agentur für Klimaschutz-Netzwerke GmbH.
 * MyFonts Webfont Build ID 3867246.
 */
@font-face {
	font-family: "Obvia Book";
	src: url("ObviaBook.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Obvia Semi Bold";
	src: url("ObviaSemiBold.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

html body,
html button,
html input,
html select,
html textarea {
	font-family: "Obvia Book", Arial, sans-serif;
}

html body strong,
html body b,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html .primary-nav a,
html .eyebrow,
html .button,
html button {
	font-family: "Obvia Semi Bold", "Obvia Book", Arial, sans-serif;
	font-weight: 600;
}
