/* Monaspace variable webfonts
 * Families: Neon, Argon, Xenon, Radon, Krypton
 * Axes: weight 200–800, width 100%–125%, slant 0–11deg
 * Docs: https://monaspace.githubnext.com/ and README
 */

@font-face {
    font-family: "Monaspace Neon";
    src:
        url("./Monaspace Neon Var.woff2") format("woff2"),
        url("./Monaspace Neon Var.woff") format("woff");
    font-weight: 200 800;
    font-stretch: 100% 125%;
    font-style: oblique 0deg 11deg;
    font-display: swap;
}

@font-face {
    font-family: "Monaspace Argon";
    src:
        url("./Monaspace Argon Var.woff2") format("woff2"),
        url("./Monaspace Argon Var.woff") format("woff");
    font-weight: 200 800;
    font-stretch: 100% 125%;
    font-style: oblique 0deg 11deg;
    font-display: swap;
}

@font-face {
    font-family: "Monaspace Xenon";
    src:
        url("./Monaspace Xenon Var.woff2") format("woff2"),
        url("./Monaspace Xenon Var.woff") format("woff");
    font-weight: 200 800;
    font-stretch: 100% 125%;
    font-style: oblique 0deg 11deg;
    font-display: swap;
}

@font-face {
    font-family: "Monaspace Radon";
    src:
        url("./Monaspace Radon Var.woff2") format("woff2"),
        url("./Monaspace Radon Var.woff") format("woff");
    font-weight: 200 800;
    font-stretch: 100% 125%;
    font-style: oblique 0deg 11deg;
    font-display: swap;
}

@font-face {
    font-family: "Monaspace Krypton";
    src:
        url("./Monaspace Krypton Var.woff2") format("woff2"),
        url("./Monaspace Krypton Var.woff") format("woff");
    font-weight: 200 800;
    font-stretch: 100% 125%;
    font-style: oblique 0deg 11deg;
    font-display: swap;
}

.monaspace-features {
    font-feature-settings:
        "calt" 1,
        "liga" 1,
        "ss01" 1,
        "ss02" 1,
        "ss03" 1,
        "ss04" 1,
        "ss05" 1,
        "ss06" 1,
        "ss07" 1,
        "ss08" 1,
        "ss09" 1,
        "ss10" 1;
    font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
}