/* ============================================================
   Inter — UI font for the lab application.

   Chosen for its tabular figures: amounts, test values and
   reference ranges line up in columns instead of drifting.
   Enabled globally via font-feature-settings in lab-theme.css.

   Served from Content/assets/fonts/ rather than Google's CDN.
   Four extra round trips to fonts.gstatic.com on every page was
   latency the lab does not need to pay for, and the app has to
   work on a machine with no internet.
   ============================================================ */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/inter-400.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/inter-500.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/inter-600.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/inter-700.woff2) format('woff2');
}
