/* Computer Modern fonts */
@import "./font/cmun.css";

:root {
    --headerFont: "Computer Modern Serif", serif !important;
    --bodyFont: "Computer Modern Serif", serif !important;
    --codeFont: "Computer Modern Typewriter", monospace !important;
} 