/* stylus:/home/node/src/global.styl */
* {
  box-sizing: border-box;
  outline: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  list-style-type: none;
}
:focus-visible {
  outline: 2px dashed #bdc563;
}
html {
  font-family: "Overlock";
}
body {
  color: var(--wheat);
  background: #453730 url("./landscape011_004.jpg-WGWNOEGF.webp");
  background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  body {
    background-image: url("./landscape011_004_sky.jpg-TJMPIPYX.webp");
  }
}
.kcLink {
  text-decoration: underline;
  border-radius: 8px;
  color: #e59c5c;
  transition: 0.2s ease color;
}
.kcLink:hover,
.kcLink:focus,
.kcLink:active {
  color: #a45ce5;
}
.kcBold,
.kcItalic {
  color: #aeae64;
}
.kcBold {
  font-weight: bold;
}
.kcItalic {
  font-style: italic;
}
.kcHeadingLvl1 {
  font-family: "Aclonica";
  font-size: 26px;
  border-bottom: 1px solid var(--brown);
  margin-bottom: 13px;
}
@media (max-width: 767.98px) {
  .kcHeadingLvl1 {
    border-width: 4px;
    border-image:
      linear-gradient(
        45deg,
        var(--brown) 0,
        var(--brown) 120px,
        transparent 120.2px) 1;
    margin-bottom: 23px;
  }
}
.kcParagraphSection {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.kcFeaturedText {
  font-size: 1.25rem;
  line-height: 1.5;
}
.kcUl > li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -14px;
  border: 2px double #000;
  transform: translateY(0.3125lh) rotate(135deg);
  background: var(--wheat);
}
@font-face {
  font-family: "Overlock";
  src:
    local("Overlock-Regular"),
    url("./Overlock-Regular-EMAKUVIB.woff2") format("woff2"),
    url("./Overlock-Regular-5TM5EPHX.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overlock";
  src:
    local("Overlock-Bold"),
    url("./Overlock-Bold-4LH2EZ5X.woff2") format("woff2"),
    url("./Overlock-Bold-6CZ56M7J.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aclonica";
  src:
    local("Aclonica-Regular"),
    url("./Aclonica-Regular-66SWPJAV.woff2") format("woff2"),
    url("./Aclonica-Regular-JDRGLH2D.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --vBreakpointOver: 768px;
  --wheat: #f7e0b4;
  --brown: #5c3a2f;
  --superDarkPurple: #130e17;
}
/*# sourceMappingURL=global-JNSFIM4E.css.map */
