/* Geist Sans Variable — self-hosted for the Symplee wordmark.
   Lives under /public/ so CRA's css-loader doesn't try to resolve the
   font URL through Webpack. Linked directly from index.html. */
@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Variable.woff2") format("woff2-variations"),
         url("/fonts/Geist-Variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
