/* Material Symbols Outlined — self-hosted, pinned static instance.
 *
 * This is Google's pre-pinned static cut at FILL 0, wght 400, opsz 24, GRAD 0
 * (~312KB) rather than the full variable font (~3.95MB). It is committed here
 * (not pulled from node_modules / a CDN) so the app stays offline-safe like
 * the rest of its fonts.
 *
 * To re-pin (different weight/fill) or update, refetch from the Google Fonts
 * API — the woff2 URL is inside the returned CSS:
 *   curl -A "Mozilla/5.0 Chrome/120" \
 *     "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
 * then download the .woff2 it references into this folder. (A pinned font has
 * no runtime axes — changing weight/fill means refetching, not CSS.)
 */
@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("./material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}
