/**
 * LEMONMILK — load once, use font-family anywhere in the theme.
 * Paths are relative to this file (assets/css/fonts.css → assets/css/fonts/*.otf).
 */
@font-face {
    font-family: "LEMONMILK-Light";
    src: url("fonts/LEMONMILK-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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