/*
Theme Name: Loonshot Theme v2
Author: Loonshot Games
Description: Custom theme matching the Loonshot Games HTML tone and layout.
Version: 2.0.0
*/

@font-face {
    font-family: 'Tilt Warp';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/uploads/omgf/loonshot-fonts/tilt-warp-normal-latin-ext-400.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Tilt Warp';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/uploads/omgf/loonshot-fonts/tilt-warp-normal-latin-400.woff2') format('woff2');
}


:root {
    --loonshot-font-family: 'Tilt Warp', sans-serif;
}

body {
    margin: 0;
}

body,
body * {
    font-family: var(--loonshot-font-family) !important;
    font-style: normal !important;
}
