@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700" rel="stylesheet');
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
html {
  box-sizing: border-box !important;
  height: 100% !important;
}

body {
  background: #fff !important;
  height: 100% !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
label,
div,
b,
i,
strong,
ul,
li,
input,
textarea,
select,
td,
th {
  font-family: 'Open Sans Condensed', sans-serif !important;
  letter-spacing: 0;
}

* {
  box-sizing: border-box !important;
}

a {
  text-decoration: none !important;
}

a[href^='tel'] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

b {
  font-weight: 700 !important;
}

.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
}
