@import url("fonts/roboto-condensed/style.css");
@import url("fonts/fontello/css/fontello.css");
@import url("fonts/Oswald/oswald.css");

*:focus {
  outline:none !important;
  box-shadow: none !important;
}

*, body, html {
  font-family: 'Roboto Condensed Regular' !important;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

html, body {
  height: 100%;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
  font-size: 1.6rem !important;
  margin: 0;
}

[class^="icon-"]::before, [class*=" icon-"]:before {
font-size: 0.8rem !important;
margin: 0;
}

@media screen and (max-width: 400px) {

  *, body, html {
    font-size: 0.85rem;
  }

}

@media screen and (max-width: 768px) {

  .border-md-0 {
      border: none !important;
  }

}