/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
body {
  font-family: "Mandali", sans-serif;
}

@media only screen and (max-width: 442px) {
  .logo img {
    width: 100%; 
    max-width: 320px;
    height: auto; 
  }
}

.rounded-070 {
  border-radius: .70rem !important;
}

.bg-dev-loop {
  background-color: #00b4ba !important;
}

.text-align-l {
  text-align: left !important;
}

.form-check-input:checked {
  background-color: #00b4ba;
  border-color: #00b4ba;
}
