/**
 * Lokale Webfonts für Sonnenhof Theme
 * Ersetzt Adobe Typekit für bessere Performance und Datenschutz
 */

/* font-awesome 4.7.0 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../webfonts/fontawesome-webfont.woff2') format('woff2'),
       url('../webfonts/fontawesome-webfont.woff') format('woff'),
       url('../webfonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* bebas-neue-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'bebas-neue';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/bebas-neue-v16-latin-regular.woff2') format('woff2');
}

/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'source-sans-3';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}

/* source-sans-3-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'source-sans-3';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/source-sans-3-v19-latin-700.woff2') format('woff2');
}
