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

/* @font-face {
    font-family: "bricolage-grotesque";
  src: url("/wp-content/themes/astra-impuls-child/fonts/gyst-variable.woff2")
    format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 700;
  font-stretch: normal;
}

@font-face {
  font-family: "bricolage-grotesque";
  src: url("/wp-content/themes/astra-impuls-child/fonts/bricolage-grotesque-600.woff2")
    format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "bricolage-grotesque";
  src: url("/wp-content/themes/astra-impuls-child/fonts/bricolage-grotesque-600.woff2")
    format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "bricolage-grotesque";
  src: url("/wp-content/themes/astra-impuls-child/fonts/bricolage-grotesque-300.woff2")
    format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
 */
/* -------------------------- start fonts body main -------------------------- */

.content-wrapper a {
  transition: all 0.5s ease 0s;
  color: inherit;
}

.entry-content ul,
.entry-content ol,
.is-root-container ul,
.is-root-container ol {
  padding-left: 1em !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.entry-content a {
  color: inherit;
}

html {
  font-size: 16px;
}

body {
  font-size: var(--base-font-size);
  font-family: var(--mainfont);
  font-weight: 300;
  line-height: 1.75;
}

p,
li {
  font-size: var(--base-font-size);
  font-family: var(--mainfont);
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
}

.wp-block-list li::marker {
  font-size: 0.6em;
}

/* -------------------------- end fonts body main -------------------------- */

/*------------------------ end fonts main navigation----------------------------*/

/*------------------------------ start fonts headlines ---------------------------*/

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

h1,
.entry-content h1,
h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
  font-family: var(--mainfont);
  font-size: var(--h1-font-size) !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h2,
.entry-content h2 {
  font-family: var(--headlinefont);
  font-size: var(--h2-font-size) !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.22;
  color: var(--ast-global-color-1) !important;
}

h3,
.entry-content h3 {
  font-family: var(--mainfont);
  font-size: var(--h3-font-size) !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h4,
.entry-content h4 {
  font-family: var(--headlinefont);
  font-size: var(--h4-font-size) !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1.19;
  color: var(--ast-global-color-1);
}

h5,
.entry-content h5 {
  font-family: var(--headlinefont);
  font-size: var(--h5-font-size);
  font-weight: 500;
  line-height: 1.25;
  color: var(--ast-global-color-1) !important;
}

h6,
.entry-content h6,
h6.block-editor-rich-text__editable.uagb-heading-text.rich-text {
  font-family: var(--mainfont);
  font-size: var(--h6-font-size) !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.38;
  color: var(--ast-global-color-3);
}



span[style*="text-decoration: underline"] {
  text-decoration-thickness: 2.2px !important;
  text-underline-offset: 5px;
}

@media (max-width: 768px) {
  h1,
  .entry-content h1 {
    line-height: 1.31;
  }
  h2,
  .entry-content h2 {
    line-height: 1.18;
  }
  h3,
  .entry-content h3 {
    line-height: 1.42;
  }

  p,
  li {
    line-height: 1.57;
  }

  span[style*="text-decoration: underline"] {
    text-decoration-thickness: 2.2px !important;
    text-underline-offset: 2px;
  }

  .bigger-font h6 {
    font-size: 14px !important;
}
}
