/*Template Nacht der Gastgeber Formular*/
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 300;
  src: url("https://twstanzgmbh.nimbuscloud.at/?r=/documents/file/public/aac6ee8c067febc8edc98a8eadeba383d5222e67244bc77c")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 400;
  src: url("https://twstanzgmbh.nimbuscloud.at/?r=/documents/file/public/d09e487cc69e87cf092686f459d433ab75b51471c81e6084")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* frank-ruhl-libre-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Frank Ruhl Libre";
  font-style: normal;
  font-weight: 600;
  src: url("https://twstanzgmbh.nimbuscloud.at/?r=/documents/file/public/9e816223748d431a16e87374c8bcc9818f6a6e9dc00d5ecd")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-black: #1f1c1b;
  --color-darkbrown: #302c29;
  --color-earthbrown: #966837;
  --color-goldenbrown: #d1994e;
  --color-beige: #fdeaca;
}
html {
  font-size: 18px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: var(--color-darkbrown);
  font-family: "Frank Ruhl Libre", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 24px;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    border: 2px solid var(--color-darkbrown);
}
label {
  font-weight: bold;
  font-size: 1rem;
}
button.btn {
    background-color: var(--color-darkbrown);
    font-family: "Frank Ruhl Libre", "Times New Roman", Times, serif;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    border-radius: .5rem;
}
