@font-face {
    font-family: "hack";
    src: url(/fonts/hack/Hack-Regular.ttf);
}

@font-face {
    font-family: "hack";
    src: url(/fonts/hack/Hack-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "hack";
    src: url(/fonts/hack/Hack-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "hack";
    src: url(/fonts/hack/Hack-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

* {
    box-sizing: border-box;
    image-rendering: pixelated;
    scrollbar-width: thin;
}

body {
    font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS", "ms pgothic", "ms gothic", hack, monospace;
    font-size: 0.9em;
}
