/*=======================================================================================
	Zentrales Stylesheet: Wird im <head> der Webseiten eingebunden.
	Datei: zentrale.css
=======================================================================================*/

@import url(fundament.css);
@import url(all.css);
@import url(bootstrap.css);
@import url(style.css);

/* rozha-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: 'Rozha One';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/rozha-one-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* dm-sans-300 - 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: 'DM Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/dm-sans-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  
/*=======================================================================================
	E N D E zentrale.css
=======================================================================================*/