/*
  Theme Name: zweikopf
  Version: 1.0.0
  Template: Divi
  Author: zweikopf GmbH & Co. KG
  Author URI: https://www.zweikopf.com
*/

@import url("/wp-content/themes/Divi/style.css");
@import url("https://use.typekit.net/fxd1riz.css");

/* Your awesome customization starts here */

/* Hauptschriftart: Owners XNarrow Regular (400) und Black (800) */
body {
  font-family: 'owners-xnarrow', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'owners-xnarrow', Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* Lokale Schriftart: Black Paint */
@font-face {
  font-family: 'Black Paint';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/zweikopf/assets/fonts/black-paint.otf') format('opentype-svg');
}

/* Die restlichen @font-face-Regeln (Nunito Sans, Transforma etc.) bleiben erhalten */
