@font-face {
    font-family: "TacticSans";
    src: url("./fonts/tactic-sans-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TacticSans";
    src: url("./fonts/tactic-sans-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TacticSans";
    src: url("./fonts/tactic-sans-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TacticSans";
    src: url("./fonts/tactic-sans-black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TacticSans";
    src: url("./fonts/tactic-sans-black-italic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
