@import url("https://use.typekit.net/lpe3ugg.css");

/*
@font-face {
  font-display: swap;
  font-family: "loretta-display", serif;
  font-weight: 600, 500;
  font-style: normal;
}
  */

/* zalando-sans */
@font-face {
  font-display: swap;
  font-family: "Zalando Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/astra-impuls-child/fonts/zalando-sans-300.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Zalando Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/astra-impuls-child/fonts/zalando-sans-500.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Zalando Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/astra-impuls-child/fonts/zalando-sans-600.woff2")
    format("woff2");
}

/* -------------------------- start fonts  -------------------------- */

.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;
}

.dsgvo *,
.dsgvo {
  font-size: 10px;
  line-height: 1.3;
}

html,
body {
  font-size: var(--base-font-size);
  font-family: var(--mainfont);
}

p,
li {
  font-size: var(--base-font-size);
  font-family: var(--mainfont);
  font-weight: 300;
  line-height: 1.71;
}

h1,
.entry-content h1,
h1.block-editor-rich-text__editable.uagb-heading-text.rich-text {
  font-size: var(--h1-font-size);
  font-family: var(--mainfont);
  font-weight: 500;
  line-height: 1.5;
  color: var(--ast-global-color-1);
}

h2,
.entry-content h2 {
  font-size: var(--h2-font-size);
  font-family: var(--headlinefont);
  font-weight: 500;
  line-height: 1.25;
}

h3,
.entry-content h3 {
  font-size: var(--h3-font-size);
  font-family: var(--headlinefont);
  font-weight: 500;
  line-height: 1.3;
}

h4,
.entry-content h4 {
  font-size: var(--h4-font-size);
  font-family: var(--mainfont);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ast-global-color-1);
}

h5,
.entry-content h5 {
  /**add heading styling*/
}

h6,
.entry-content h6,
h6.block-editor-rich-text__editable.uagb-heading-text.rich-text {
  /**add heading styling*/
}

/* in editor */
.editor-styles-wrapper h2 {
  color: var(--ast-global-color-1) !important;
}

@media (max-width: 768px) {
  p,
  li {
    line-height: 1.5;
  }
}
