@import url('./fonts.css');

.maintenance-project {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  text-align: center;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

.enhesa-logo {
  margin: 6px 0 10px 0;
}

.maintenance-image {
  width: 520px;
  height: 286px;
}

.maintenance-image img {
  width: 100%;
}

.maintenance-text {
  margin: 10px 0 10px 0;
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.maintenance-title {
  align-self: stretch;
  color: var(--Light-Text-Primary, #111);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.25px;
  font-family: 'Interstate Regular', roboto, 'Helvetica Neue', sans-serif;
}

.maintenance-subtitle {
  align-self: stretch;
  color: var(--Light-Text-Secondary, rgba(17, 17, 17, 0.60));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-family: 'Interstate Light', roboto, 'Helvetica Neue', sans-serif;
}

.maintenance-hours {
  align-self: stretch;
  color: var(--Light-Text-Primary, #111);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-family: 'Interstate Light', roboto, 'Helvetica Neue', sans-serif;
}

.maintenance-link a:-webkit-any-link {
  color: var(--Light-Primary-Main, #009ED5) !important;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.46px;
  cursor: pointer;
  font-family: 'Interstate Light', roboto, 'Helvetica Neue', sans-serif;
}

.maintenance-footer {
  color: var(--Light-Text-Secondary, rgba(17, 17, 17, 0.60));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-family: 'Interstate Light', roboto, 'Helvetica Neue', sans-serif;
}

.email {
  color: var(--Light-Primary-Main, #009ED5);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.15px;
  cursor: pointer;
  font-family: 'Interstate Light', roboto, 'Helvetica Neue', sans-serif;
}