@font-face {
  font-family: "AllstateSansRegular";
  src: url("fonts/allstatesansw-regular.woff");
}
@font-face {
  font-family: "AllstateSansMedium";
  src: url("fonts/allstatesansw-medium.woff");
}
@font-face {
  font-family: "AllstateSansBold";
  src: url("fonts/allstatesansw-bold.woff");
}
@font-face {
  font-family: "AllstateSansBlack";
  src: url("fonts/allstatesansw-black.woff");
}
body {
  font-family: "AllstateSansRegular" !important;
}
h1,
h2,
h3,
h4 {
  font-family: "AllstateSansBold" !important;
}
h5,
h6 {
  font-family: "AllstateSansMedium" !important;
}
li.active,
a.active {
  font-family: "AllstateSansBold" !important;
}
