html,
body {
    margin: 0;
    padding: 0;
    font-family: "Gridlocked";
}

@font-face {
    font-family: "Gridlocked";

    src: url("./gridlocked.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

