@font-face {
    font-family: 'game_font';
    src: url('../../font-files/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'game_font';
    src: url('../../font-files/Montserrat-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}