/* Custom Fonts */
@font-face {
    font-family: 'Stormfaze';
    src: url('./fonts/stormfaze.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gunplay';
    src: url('./fonts/gunplay.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
