*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Josefin Sans";
}

[x-cloak] {
  display: none !important;
}

html,
body {
  margin: 0;
  margin-bottom: 40px;
  background-color: #2b2821;
}

h1 {
  margin: 0;
  color: #e3cfb4;
  font-size: 3rem;
  text-wrap-mode: nowrap;
}

h2 {
  margin: 0;
  color: #e3cfb4;
  font-size: 1.5rem;
}

h3 {
  margin: 0;
  color: #d9ac8b;
  font-size: 1.35rem;
}

h4 {
  margin: 0;
  color: #d9ac8b;
  font-size: 1.25rem;
  margin-block: 10px;
}

p,
label {
  color: #d9ac8b;
  margin: 0;
}

small {
  color: #624c3c;
  font-size: 0.7rem;
  color: var(--common-tint-dark);
}

.error-message {
  color: #b03a48;
}

button {
  box-sizing: content-box;
  width: fit-content;
  height: fit-content;
  padding: 10px 20px;
  border: 1px solid #d9ac8b;
  border-radius: 0;
  margin: 0;
  color: #d9ac8b;
  background-color: #2b2821;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  appearance: none;
  transform: skewX(-10deg);
}
button:hover {
  color: #e3cfb4;
  border-color: #e3cfb4;
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  transform: none;
  color: #e3cfb4;
  background-color: #b03a48;
}
.close-button svg {
  stroke: #e3cfb4;
  fill: #e3cfb4;
  stroke-width: 50px;
}

input,
select {
  display: block;
  width: 100%;
  height: fit-content;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-bottom-color: #e3cfb4;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  color: #e3cfb4;
  font-size: 1.2rem;
  font-weight: 500;
  outline: none;
  appearance: none;
}
input::placeholder,
select::placeholder {
  color: #624c3c;
  font-style: italic;
}
input:focus,
select:focus {
  color: #5c8b93;
  border-color: #e3cfb4;
}
input[invalid=true],
select[invalid=true] {
  border-color: #b03a48;
}

select {
  border-color: #e3cfb4;
}

.center-text {
  text-align: center;
}

.spacer {
  height: 50px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.rel-pos {
  position: relative;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.display-contents {
  display: contents;
}

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