@font-face {
    font-family: "hkgrotesk";
    src:
        local("HK Grotesk"),
        url(fonts/hkgrotesk.woff2) format("woff2"),
        url(fonts/hkgrotesk.woff) format("woff"),
        url(fonts/hkgrotesk.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "hkgrotesk";
    src:
        local("HK Grotesk bold"),
        url(fonts/hkgrotesk-b.woff2) format("woff2"),
        url(fonts/hkgrotesk-b.woff) format("woff"),
        url(fonts/hkgrotesk-b.ttf) format("truetrfype");
    font-weight: 700;
}

@font-face {
    font-family: "hkgrotesk";
    src:
        local("HK Grotesk"),
        url(fonts/hkgrotesk-m.woff2) format("woff2"),
        url(fonts/hkgrotesk-m.woff) format("woff"),
        url(fonts/hkgrotesk-m.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
  font-family: 'ilmx';
  src:
    local("ilmX icon font"),
    url(/fonts/ilmx-font.woff2) format("woff2"),
    url(/fonts/ilmx-font.woff) format("woff"),
    url(/fonts/ilmx-font.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
