@import url("https://use.typekit.net/hoo3fji.css");

/*
font-family: "termina", sans-serif;
font-weight: 400,700,800,900;
font-style: normal;
*/
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/space-mono-v15-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* space-mono-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/space-mono-v15-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    font-size: var(--base-font-size);
}

p,
li {
    font-size: 1rem;
}

h1 {
    font-family: var(--headlinefont);
    font-size: var(--h1-font-size);
    letter-spacing: 0.05em;
}

h2 {
    font-family: var(--headlinefont);
    font-size: var(--h2-font-size);
    letter-spacing: 0.05em;
}

h4 {
    font-family: var(--headlinefont);
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 1.1rem;
}