/* ==========================================================
   SNUBmonkey™ Typography
   Space Mono - Local Hosting
   ========================================================== */

@font-face {
    font-family: "Space Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/space-mono-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Space Mono";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/space-mono-latin-700-normal.woff2") format("woff2");
}

/* Ghost typography variables */

:root {
    --gh-font-heading: "Space Mono", monospace;
    --gh-font-body: "Space Mono", monospace;
}

/* Force site typography */

body {
    font-family: var(--gh-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gh-font-heading);
}
