/* Font of the game */
@font-face {
    font-family: 'louis-george-cafe';
    src: url('./louis-george-cafe.eot');
    src: url('./louis-george-cafe.eot#iefix') format('embedded-opentype'),
        url('./louis-george-cafe.ttf') format('truetype'),
        url('./louis-george-cafe.woff') format('woff'),
        url('./louis-george-cafe.svg#louisgeorgecage') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'louis-george-cafe';
    src: url('./louis-george-cafe-bold.eot');
    src: url('./louis-george-cafe-bold.eot#iefix') format('embedded-opentype'),
        url('./louis-george-cafe-bold.ttf') format('truetype'),
        url('./louis-george-cafe-bold.woff') format('woff'),
        url('./louis-george-cafe-bold.svg#louisgeorgecage') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
