/* Blog-only font wiring. KaTeX emits native MathML for the math font. */

@font-face {
    font-family: "Latin Modern Math";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Latin-Modern-Math.otf") format("opentype");
}

.post-content math {
    font-family: var(--font-math);
}
