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

@font-face {
    font-family: 'game_font';
    src: url('../fonts/NotoSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}