@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.border-dashed {
  border-bottom: 1px dashed #dee2e6 !important;
}

.primary-bg {
  background-color: #fcc236 !important;
}

.secondary-bg {
  background-color: #333333 !important;
}

.primary-text {
  color: #fcc236 !important;
}

.secondary-text {
  color: #333333 !important;
}

.cta-button {
  background-color: #fcc236 !important;
  color: #333333 !important;
  font-weight: 600;
}

main .img-wrapper img {
  width: 100%;
  aspect-ratio: 10/12;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */