html,
body {
  background-color: #1C1A1E;
  background-size: cover;
  color: white;
  font-family: "Konnect";
}
.title {
  font-family: "Arenisca";
  font-weight: 500;
  color: white;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 600px) {
  .title {
    font-size: 24px !important;
  }
}
@font-face {
  font-family: "Konnect";
  src: url("font/KonnectRegular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Konnect";
  src: url("font/KonnectBold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Konnect";
  src: url("font/KonnectThin.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Konnect";
  src: url("font/KonnectSemiBold.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Arenisca";
  src: url("font/Arenisca/ArsenicaTrial-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Arenisca_Variable";
  src: url("font/Arenisca/ArsenicaTrial-Thin.ttf") format("opentype");
}
@font-face {
  font-family: "Arenisca_Medium";
  src: url("font/Arenisca/ArsenicaTrial-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Red_Hat";
  src: url("font/Red_Hat_Display/RedHatDisplay-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Red_Hat_SemiBold";
  src: url("font/Red_Hat_Display/RedHatDisplay-SemiBold.ttf") format("opentype");
}

@font-face {
  font-family: "PlayFair";
  src: url("font/Playfair/PlayfairDisplay-VariableFont_wght.ttf") format("opentype");
}

.button_landing {
  background-color: #f2f2f2; /* Light grey background */
  color: #4c4c4c; /* Dark grey text */
  padding: 15px 60px;
  border: none;
  border-radius: 16px; /* Rounded corners */
  box-shadow: 0 0 30px rgba(145, 145, 145, 0.6);
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.button {
  background-color: #D3D1E8; /* Light grey background */
  color: #4c4c4c; /* Dark grey text */
  padding: 15px 60px;
  border: none;
  border-radius: 100px 100px 100px 0; /* Rounded corners */
  /* box-shadow: 0 0 30px rgba(145, 145, 145, 0.6); */
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #e0e0e0; /* Slightly darker grey on hover */
}
.button:disabled {
  background-color: #b8b8b8; /* Light grey background */
  color: #4c4c4c; /* Dark grey text */
  cursor: not-allowed;
}


.step2h2 span,
.firstH2 span {
  font-family: "PlayFair";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 100%;
}