@font-face {
    font-family: "Grotesque";
    src: url("grotesque.woff2") format("woff2"),
         url("grotesque.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Grotesque";
    src: url("grotesque-italic.woff2") format("woff2"),
         url("grotesque-italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Grotesque";
    src: url("grotesque-bold.woff2") format("woff2"),
         url("grotesque-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}