@font-face {
  font-family: 'Lexend';
  src: url('./fonts/Lexend-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter-Regular.ttf') format('truetype');
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  background: #f8fafc;
}

.maintenance-image {
  color: #000;
  text-align: center;
  font-family: Lexend;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

.content {
  margin-top: 15.7%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  color: #0f172a;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.sub-title {
  color: #455267;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}
