@font-face {
  font-family: "monteserat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monteserat-bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monteserat-semibold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monteserat-light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "montserrat-regular", sans-serif;
}

body {
  height: 200vh;
}

.button {
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-family: "montserrat-bold", sans-serif;
  background-color: #2b7fff;
  border: 1px solid #2b7fff;
  color: white .button [disabled];
  color-opacity: 0.5;
  color-cursor: not-allowed;
}
.button:hover:not([disabled]) {
  background-color: white;
  border: 1px solid #2b7fff;
  color: #2b7fff;
}
.button.secondary {
  background-color: transparent;
  color: #ffcb01;
  border: 1px solid #ffcb01;
}
.button.secondary:hover {
  background-color: #ffcb01;
  color: #2a2a2a;
}
.button.next-first-step {
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .button.next-first-step {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

main {
  min-height: 100vh;
}
main label.date {
  border-radius: 5px;
  border: 1px solid #404040;
  background-color: #2a2a2a;
  padding: 5px 10px;
  padding-right: 40px;
  font-size: 16px;
  color: white;
}
main input {
  outline: none;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main a {
  font-weight: bold;
  color: black;
}

.css-rental-filter-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #404040;
  cursor: pointer;
}
.css-rental-filter-checkbox:checked {
  background-color: #2b7fff;
  border: 1px solid #2b7fff;
}

.css-rental-filter-label {
  cursor: pointer;
  user-select: none;
}
.css-rental-filter-label ::-moz-selection {
  background: transparent;
}
.css-rental-filter-label::selection {
  background: transparent;
}

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