@font-face {
  font-family: "mkfntfhand";
  src: url("mkfntfhand.eot?") format('eot'),
       url("mkfntfhand.woff") format('woff');
}

@font-face {
  font-family: "mkfntfhandbb";
  src: url("mkfntfhandbb.eot?") format('eot'),
       url("mkfntfhandbb.woff2") format('woff2');
}

#company h1, h2, h3, h4, h5 {
  font-family: "mkfntfhandbb";
  font-weight: bold;
}
#company p,li,a {
  font-family: "mkfntfhand";
}
@media screen and (max-width: 840px) {
  #company p,li,a {
    font-size: 1.5rem;
    font-weight: bold;
  }
}