*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html, body {
  min-height: 100vh;
  scroll-behavior: smooth;
  margin: 0;
}

html {
  font-size: 0.625rem;
  scrollbar-color: var(--cl-blue-3) Canvas;
}
html.overflow {
  overflow: hidden;
}
html.overflow--sidecart {
  overflow: hidden;
}

body {
  padding-top: var(--s-80);
  font-size: var(--step-2);
  line-height: 1.6;
  color: var(--cl-black);
  font-family: var(--fs-default);
}
body.post-type-archive-projekty, body.single-projekty {
  background-color: var(--cl-blue-1);
}
@media (min-width: 992px) {
  body {
    padding-top: var(--s-90);
  }
}

textarea {
  font-family: var(--fs-default);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: inherit;
  transition: all ease-out 0.3s;
}
a:hover {
  color: inherit;
}

.btn-wrapper {
  padding: var(--s-20) 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-15);
}
@media (max-width: 768px) {
  .btn-wrapper {
    justify-content: center;
  }
}

button {
  font-family: var(--fs-default);
  color: var(--cl-gray-1);
}

img {
  width: 100%;
  height: auto;
}
img[loading~=lazy] {
  animation: lazy 0.35s ease;
}

.rank-math-breadcrumb {
  padding: var(--s-15) 0;
  font-size: var(--step-0);
  overflow-x: auto;
}
@media (min-width: 992px) {
  .rank-math-breadcrumb {
    overflow-x: unset;
  }
}
.rank-math-breadcrumb a {
  color: var(--cl-black);
  font-weight: 600;
}/*# sourceMappingURL=globals.css.map */