/**
Theme Name: Boris Kuschnir
Author: Wolf-Dieter Grabner
Author URI: https://www.flowlabs.studio/
Description: Custom theme for www.boriskuschnir.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boris-kuschnir
Template: astra
*/

/* Heldane Display */
@font-face {
  font-family: "Heldane Display";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/heldane-display-test-regular.woff") format("woff");
}

@font-face {
  font-family: "Heldane Display";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/heldane-display-test-regular-italic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Display";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/heldane-display-test-medium.woff") format("woff");
}

@font-face {
  font-family: "Heldane Display";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/heldane-display-test-medium-italic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Display";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/heldane-display-test-bold.woff") format("woff");
}

@font-face {
  font-family: "Heldane Display";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/heldane-display-test-bold-italic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/heldane-text-test-regular.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/heldane-text-test-regular-italic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/heldane-text-test-medium.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/heldane-text-test-medium-italic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/heldane-text-test-bold.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/heldane-text-test-bold-italic.woff") format("woff");
}

@font-face {
  font-family: "Soehne Buch";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/soehne-test-buch.woff") format("woff");
}

@font-face {
  font-family: "Soehne Buch";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/soehne-test-buch-kursiv.woff") format("woff");
}

body {
  font-family: "Heldane Text", Georgia, serif;
}

.entry-content small {
  font-family: "Soehne Buch", Georgia, serif;
}

.ast-single-post .entry-title, .page-title {
  font-family: "Heldane Display", Georgia, serif;
  font-style: italic;
}
