/* ================================
   Lindenschule – lokale Webfonts
   ================================ */
/*Lucida Sans Unicode*/
@font-face {
  font-family: 'Lucida';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/LucidaSansUnicode.woff2') format('woff2'),
       url('/wp-content/themes/lindenschule/fonts/LucidaSansUnicode.woff') format('woff');
}
/* --- Francois One --- */
@font-face {
  font-family: 'Francois One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/francois-one-v22-latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}

/* --- Source Sans Pro Regular (400) --- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-400-normal.woff2') format('woff2'),
       url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-400-normal.woff') format('woff');
}

/**/
/* --- Source Sans Pro Regular (300) --- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-300-normal.woff2') format('woff2'),
       url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-300-normal.woff') format('woff');
}
/* --- Source Sans Pro Regular (200) --- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-200-normal.woff2') format('woff2'),
       url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-200-normal.woff') format('woff');
}

/**/
/* --- Source Sans Pro Regular (600) --- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-600-normal.woff2') format('woff2'),
       url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-600-normal.woff') format('woff');
}
/* --- Source Sans Pro Bold (700) --- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-700-normal.woff2') format('woff2'),
       url('/wp-content/themes/lindenschule/fonts/source-sans-pro-latin-700-normal.woff') format('woff');
}

/* --- Anwendung global --- */
body, input, textarea, select {
  font-family: 'Source Sans Pro', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Francois One', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
/*Icons für Accourdion*/
@font-face {
	font-family: "ETmodules";
	src: url("modules.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}