/* Self-hosted fonts — same Noto Sans / Noto Sans Mono families used by the
   desktop app (see Fonts/ at the repo root). Licensed under the SIL Open
   Font License; see Assets/fonts/*_OFL.txt. */

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/Noto_Sans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/Noto_Sans_Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans Mono";
    src: url("../fonts/Noto_Sans_Mono.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
