/* TUSKER GROTESK 3600 SEMIBOLD */
@font-face {
    font-family: 'font-36';
    src: url('/css/type/font-36.woff2') format('woff2'),
        url('/css/type/font-36.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* TUSKER GROTESK 4500 MEDIUM */
@font-face {
    font-family: 'font-45';
    src:  url('/css/type/font-45.woff2') format('woff2'),
          url('/css/type/font-45.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  /* TUSKER GROTESK 4600 SEMIBOLD */
  @font-face {
      font-family: 'font-46';
      src:  url('/css/type/font-46.woff2') format('woff2'),
            url('/css/type/font-46.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }
  /* TUSKER GROTESK 5800 SUPER */
  @font-face {
      font-family: 'font-58';
      src:  url('/css/type/font-58.woff2') format('woff2'),
            url('/css/type/font-58.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
  } 