/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://bilderundmehr.eu
 Description:  GeneratePress child theme für die Firma Künzel Cars. Wichtige Änderungen werden im Child abgelegt, damit Sie vor Updates geschützt sind. Anpassungen sind dokumetiert. Genutz werden GeneratePress Premium und GenerateBlocks. Zm Einsatz kommt u.a. Elements aus GeneratePress. Verwendetet Schriftart, lokal eingebunden: Open Sans, Hanken Grotesk
 Author:       Benno van Walsem
 Author URI:   https://bilderundmehr.eu
 Template:     generatepress
 Version:      1.00.0226
 */


/* Verwendete Schriftarten lokal eingebunden */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot');
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), 
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), 
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); 
}

/* hanken-grotesk-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: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/hanken-grotesk-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hanken-grotesk-700italic - 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: 'Hanken Grotesk';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/hanken-grotesk-v12-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}