@font-face {
  font-family: digital_sans_ef_medium;
  font-display: swap;
  src: url("fonts/DigitalSansEFMedium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  font-display: swap;
  src: url(fonts/glyphicons-halflings-regular.woff) format("woff");
}

body {
  font-family: digital_sans_ef_medium, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

.glyphicon {
  font-family: "Glyphicons Halflings";
}
