@font-face {
    font-family: "Game Warrior Book Antiqua";
    src: url("/fonts/BKANT.TTF") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Game Warrior Book Antiqua";
    src: url("/fonts/ANTQUAB.TTF") format("truetype");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

@font-face {
    font-family: "Game Warrior Book Antiqua";
    src: url("/fonts/ANTQUAI.TTF") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Game Warrior Book Antiqua";
    src: url("/fonts/ANTQUABI.TTF") format("truetype");
    font-style: italic;
    font-weight: 700 900;
    font-display: swap;
}

:root {
    --gw-site-font: "Game Warrior Book Antiqua", "Book Antiqua", "Palatino Linotype", Palatino, "URW Palladio L", Georgia, serif;
    --gw-heading-font: var(--gw-site-font);
    --gw-display-font: var(--gw-site-font);
}

body,
button,
input,
select,
textarea,
optgroup {
    font-family: var(--gw-site-font);
}
