@import url("https://use.typekit.net/vkd0nkd.css");

/*
font-family: "bricolage-grotesque", sans-serif;
font-weight: 600;

font-family: "filson-pro", sans-serif;
font-weight: 300;
*/

@font-face {
  font-family: 'bricolage-grotesque';
  src: url('/wp-content/themes/astra-impuls-child/fonts/BricolageGrotesque-Variable.ttf') format('truetype-variations');
  font-weight: 200 800;
  font-display: swap;
}

.entry-content a,
.content-wrapper a {
  color: inherit;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
}

.dsgvo *,
.dsgvo {
  font-size: 10px;
  line-height: 1.3;
}

html,
body {
  font-size: var(--base-font-size);
}

p,
li {
  font-size: var(--base-font-size);
  font-family: var(--mainfont);
  line-height: 1.5em;
  margin-bottom: 0 !important;
}

p.text-kleiner {
  font-size: var(--base-font-size-smaller);
}

.wp-block-uagb-container p a{
  text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
.entry-content h1 {
  font-family: var(--headlinefont);
  font-size: var(--h1-font-size);
  border: 2px solid var(--ast-global-color-0);
  padding: 7px 25px;
  border-radius: var(--border-radius-full);
  font-weight: 600;
  width: fit-content;
  line-height: 1.611em;
}

h2,
.entry-content h2 {
  font-family: var(--headlinefont);
  font-size: var(--h2-font-size);
  font-weight: 800;
  line-height: 1.241em;
}

h3,
.entry-content h3 {
  font-family: var(--headlinefont);
  font-size: var(--h3-font-size);
  font-weight: 800;
  line-height: 1.225em;
}

h4,
.entry-content h4 {
  font-family: var(--headlinefont);
  font-size: var(--h4-font-size);
  border: 2px solid var(--ast-global-color-0);
  padding: 7px 25px;
  border-radius: var(--border-radius-full);
  font-weight: 600;
  width: fit-content;
  line-height: 1.842em;
}

h5,
.entry-content h5 {
  font-family: var(--headlinefont);
  line-height: 1.5em;
  font-size: var(--h5-font-size);
  font-weight: 800;
}


@media (max-width: 768px)  {
  h1, h4 {
    line-height: 1.2 !important;
  }
}