/* font face */
@font-face {
  font-family: "HusqvarnaGothic Regular";
  src: url("../font/HusqvarnaGothic-Regular.ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "HusqvarnaGothic Bold";
  src: url("../font/HusqvarnaGothic-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}