/*
Theme Name:   einguterplan Child-Theme 2
Theme URI:    https://generatepress.com
Description:  Ein guter Plan Theme
Author:       Plusquam
Author URI:   https://plusquam.studio
Template:     generatepress
Version:      3.0.9
This theme, like WordPress, is licensed under the GPL.

*/

@font-face {
  font-family: "amsiPro";
  src: url("./assets/fonts/amsi/AmsiProNarw-Ultra.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "tangerMedium";
  src: url("./assets/fonts/tanger/tangerserifmedium-regular_0-webfont.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "tangerMedium";
  src: url("./assets/fonts/tanger/tangerserifmedium-italic-webfont.woff2")
    format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "tangerMedium";
  src: url("./assets/fonts/tanger/tangerserifmedium-semibold_2-webfont.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.home a {
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

html {
  font-family: "tangerMedium";
  font-size: var(--mu-font-size-p-m);
  line-height: var(--mu-line-height-text-md);
}

body {
  font-family: "tangerMedium";
  font-size: var(--mu-font-size-p-m);
  line-height: var(--mu-line-height-text-md);
}

h1.entry-title {
  font-size: var(--mu-font-size-h1);
  line-height: var(--mu-line-height-sm);
  font-family: var(--mu-font-family-sansSerif);
  font-weight: 100;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

/* h1.entry-title {
  display: none;
} */
