/* @font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/blocksy-child/fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/blocksy-child/fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/blocksy-child/fonts/Poppins-Bold.ttf");
  font-weight: 700;
  font-display: swap;
} */

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-100.woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-200.woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-300.woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-regular.woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-500.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-600.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-700.woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-800.woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/blocksy-child/fonts/inter-v20-latin-900.woff2");
  font-weight: 900;
  font-display: swap;
}

html body {
  font-family: "Inter" !important;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter" !important;
}
html body,
html body input,
html body textarea,
html body .page-title span,
html body .pingback a.url {
  font-family: "Inter" !important;
}
html body p:last-child {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}
.maxWidth.maxWidth {
  max-width: var(--content-width);
  margin: auto;
  padding-inline: 15px;
}
.static_page_banner {
  min-height: 260px;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.static_page_banner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #000;
  opacity: 0.42;
}
.static_page_banner :is(h1) {
  font-size: clamp(1.875rem, 1.6447rem + 1.0526vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}

.static_page_banner :is(h1, p) {
  z-index: 1;
  color: #fff;
}


@media (max-width: 520px) {
  .static_page_banner {
    min-height: 250px;
  }
}