/*
Theme Name: DiviChild by wplo.de
Theme URI: http://elegantthemes.com
Description: A Child Theme built for Divi
Author: Wplo - WordPress für Einsteiger
Author URI: https://www.wplo.de
Template: Divi
Version: 1.0.0
*/

/* Zusätzliches CSS hinter dem abschließenden Schrägstrich einfügen
------------------------------------------------------------------- */

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('font/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('font/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('font/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('font/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('font/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* clear-sans-thin - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('font/ClearSans-Thin.ttf') format('truetype');
}

/* clear-sans-light - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('font/ClearSans-Light.ttf') format('truetype');
}

/* clear-sans-regular - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('font/ClearSans-Regular.ttf') format('truetype');
}

/* clear-sans-italic - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('font/ClearSans-Italic.ttf') format('truetype');
}

/* clear-sans-medium - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('font/ClearSans-Medium.ttf') format('truetype');
}

/* clear-sans-mediumitalic - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('font/ClearSans-MediumItalic.ttf') format('truetype');
}

/* clear-sans-bold - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('font/ClearSans-Bold.ttf') format('truetype');
}

/* clear-sans-bolditalic - latin */
@font-face {
  font-family: 'Clear Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('font/ClearSans-BoldItalic.ttf') format('truetype');
}
