:root {
  --rs-field-gap-small: .8em;
  --rs-field-gap: 1.6em;
  --rs-bg-color: #fff;
}

@font-face {
  font-family: medieval;
  src: url("assets/Chomsky.woff2") format("woff2"), url("assets/Chomsky.woff") format("woff"); /* Fallback for older browsers */
}
#perkament-filter {
  width: 0;
  height: 0;
}

#wet {
  position: relative;
  width: 95%;
  height: auto;
  padding: 1em 0.5em 1.5em;
  /* Create the pseudo-element that will hold the filtered background */
}
#wet .field--name-field-wet {
  position: relative;
  font-family: medieval;
  text-align: center;
}
#wet .field--name-field-wet .field__label {
  font-size: xxx-large;
  color: #000;
}
#wet .field--name-field-wet .field__item {
  font-size: xx-large;
  line-height: 0.9;
}
#wet::before {
  content: ""; /* This is necessary to create the pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffef0; /* Background color */
  box-shadow: 0 0 125px #8f5922 inset; /* Box-shadow for the inner edge */
  filter: url(#wavy); /* Apply the filter only to the background */
  -webkit-filter: url(#wavy); /* Apply the filter only to the background */
}

/*# sourceMappingURL=dewet.css.map*/