/* ==========================================================================
   Inter — variable font (self-hosted)
   --------------------------------------------------------------------------
   Until a real Inter.woff2 ships in this directory we use the local() chain
   only — the browser walks: installed Inter → Helvetica Neue → Arial. No
   network requests, no 404s, no FOUC.
   To install the real font:
     1. Download Inter-Variable.woff2 from https://github.com/rsms/inter
     2. Save it as: templates/evps_1000x/assets/fonts/inter/Inter.woff2
     3. Uncomment the url() line below.
   ========================================================================== */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    /* When a real Inter.woff2 ships, prepend:
         url("./Inter.woff2") format("woff2-variations"),
         url("./Inter.woff2") format("woff2"),
       to the src list below.                                               */
    src: local("Inter"),
         local("InterVariable"),
         local("Inter-Regular"),
         local("Helvetica Neue"),
         local("Arial");
}
