@font-face {
    font-family: DinCondensed;
    src: url('/assets/shared/font/din-condensed-light.woff2') format('woff2'),
        url('/assets/shared/font/din-condensed-light.woff') format('woff');
}

@font-face {
    font-family: "Impact";
    src: url('/assets/shared/font/Impact.woff2') format('woff2'),
        url('/assets/shared/font/Impact.woff') format('woff');
}

html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    canvas {
        max-width: 100%;
        max-height: 100%;
    }
}