/* ============================================================
   MedPathX — self-hosted web fonts   (NEW FILE)   [Aviation Ink]
   Path:  wwwroot/css/fonts.css
   Linked from App.razor <head>, after MudBlazor.min.css.
   Self-hosted (not the Google CDN) because this app handles PHI.
   ============================================================

   The .woff2 files live in  wwwroot/fonts/ :

     Barlow            400 (Regular)   -> barlow-400.woff2
                       500 (Medium)    -> barlow-500.woff2
                       600 (SemiBold)  -> barlow-600.woff2
                       700 (Bold)      -> barlow-700.woff2

     Spline Sans Mono  400 (Regular)   -> spline-sans-mono-400.woff2
                       500 (Medium)    -> spline-sans-mono-500.woff2
                       600 (SemiBold)  -> spline-sans-mono-600.woff2
   ============================================================ */

@font-face { font-family:"Barlow"; font-style:normal; font-weight:400; font-display:swap; src:url("/fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-style:normal; font-weight:500; font-display:swap; src:url("/fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-style:normal; font-weight:600; font-display:swap; src:url("/fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-style:normal; font-weight:700; font-display:swap; src:url("/fonts/barlow-700.woff2") format("woff2"); }

@font-face { font-family:"Spline Sans Mono"; font-style:normal; font-weight:400; font-display:swap; src:url("/fonts/spline-sans-mono-400.woff2") format("woff2"); }
@font-face { font-family:"Spline Sans Mono"; font-style:normal; font-weight:500; font-display:swap; src:url("/fonts/spline-sans-mono-500.woff2") format("woff2"); }
@font-face { font-family:"Spline Sans Mono"; font-style:normal; font-weight:600; font-display:swap; src:url("/fonts/spline-sans-mono-600.woff2") format("woff2"); }
