@font-face {
  font-family: "Prompt";
  src: url("../font/Prompt-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Prompt";
  src: url("../font/Prompt-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Prompt";
  src: url("../font/Prompt-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Prompt";
  color: #171c1f;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

footer {
  color: #a33000;
  background-color: #ee8933;
}

.header-bg {
  color: #a33000;
  background-color: #ee8933;
}

.header-mobile-bg {
  background-color: #fe8802;
}

.text-red {
  color: #fe3a35;
}

.text-main {
  color: #a33000;
}

.nav-menu {
  width: auto;
  height: 36px;
  cursor: pointer;
}

select {
  background-color: #f6fafd;
  color: #171c1f;
}

.select-bg {
  background-color: #9d0c05;
  color: white;
}

.bg-report {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}

.home-box-1 {
  background-color: #fffee2;
  border-color: #fe9f37;
  border-radius: 0.25rem;
  border-width: 2px;
  padding: 1rem;
  color: #a33000;
}

.home-box-1-custom {
  background-color: #fffee2;
  border-color: #fe9f37;
  border-radius: 0.25rem;
  border-width: 2px;
  color: #a33000;
}

.filter-bg-2 {
  border-color: #febfc0;
}

.text-wm2-left,
.text-wm2-right {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: bold;
}

.text-wm2-left {
  color: #ffe30f;
  -webkit-text-stroke: 1px #f08204;
}

.text-wm2-right {
  color: #f71400;
  -webkit-text-stroke: 1px #f7dd13;
}
