.navbar-brand-img {
  width: 100px;
  max-height: initial;
}

.badge.bg-primary-soft {
  background-color: rgb(245 194 3);
  color: #006192;
}

.color-primary {
  color: #006192 !important;
}
.color-secondary {
  color: #3b71fe !important;
}

.color-t {
  color: #73d4f3 !important;
}

.color-f {
  color: #47e4af !important;
}

.color-ff {
  color: #00aa25 !important;
}

.bg-muted {
  background-color: rgba(53, 84, 209, 0.05);
}

.bg-primary {
  background-color: #055b94 !important;
}

.bg-secondary {
  background-color: #3b71fe !important;
}

.bg-t {
  background-color: #73d4f3 !important;
}

.bg-f {
  background-color: #47e4af !important;
}

.bg-ff {
  background-color: #00aa25 !important;
}

.layout-pb-md {
  padding-bottom: 60px;
}
.layout-pt-md {
  padding-top: 60px;
}

.circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}

@font-face {
  font-family: "Stick No Bills";
  src: url("/fonts/StickNoBills-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
}

.font-stick-no-bills {
  font-family: 'Stick No Bills', sans-serif;
}

.logo-text {
  font-family: "Stick No Bills", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #006192;
  text-decoration: none;
}

.welcome-text {
  font-family: "Stick No Bills", sans-serif;
  font-weight: 700;
}
