/* Custom styles goes here */
@font-face {
  font-family: "Lexend";
  src: url(/fonts/LexendHM-Regular.woff2) format("woff2"), url(/fonts/LexendHM-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lexend";
  font-weight: 400;
  src: url(/fonts/LexendHM-Regular.woff2) format("woff2"), url(/fonts/LexendHM-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lexend";
  font-weight: 500;
  src: url(/fonts/LexendExaHM-Bold.woff2) format("woff2"), url(/fonts/LexendExaHM-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lexend";
  font-weight: 600;
  src: url(/fonts/LexendExaHM-Bold.woff2) format("woff2"), url(/fonts/LexendExaHM-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lexend";
  font-weight: 700;
  src: url(/fonts/LexendExaHM-Bold.woff2) format("woff2"), url(/fonts/LexendExaHM-Bold.woff) format("woff");
  /*src: url('vendor/fonts/fontawesome/fa-brands-400.woff2') format('woff2');*/
}
@font-face {
  font-family: "Lexend";
  font-weight: 800;
  src: url(/fonts/LexendExaHM-Bold.woff2) format("woff2"), url(/fonts/LexendExaHM-Bold.woff) format("woff");
  /*src: url('vendor/fonts/fontawesome/fa-brands-400.woff2') format('woff2');*/
}
@font-face {
  font-family: "Lexend Exa HM";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/LexendExaHM-Bold.woff2) format("woff2"), url(/fonts/LexendExaHM-Bold.woff) format("woff");
}
@font-face {
  font-family: "Lexend HM Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/LexendHM-Regular.woff2) format("woff2"), url(/fonts/LexendHM-Regular.woff) format("woff");
}
@font-face {
  font-family: "Lexend Exa HM XLight";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/LexendExaHM-Xlight.woff2) format("woff2"), url(/fonts/LexendExaHM-Xlight.woff) format("woff");
}
@font-face {
  font-family: "Lexend HM Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/LexendHM-Bold.woff2) format("woff2"), url(/fonts/LexendHM-Bold.woff) format("woff");
}
.pwa-updater.visible.align-bottom {
  z-index: 10000;
}

.centered-banner-messages {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  margin: 0;
  font-size: 18px !important;
}

.h95-w100 {
  height: 95% !important;
  width: 100% !important;
}
