/* Stratum2 webfonts used across the site. Extracted from includes/head.php so
   the rules are cached with the other static assets instead of being re-sent
   inline on every page render. */

@font-face {
    font-family: 'stratum2-regular';
    src: url('/inventory/fonts/stratum2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'stratum2-medium';
    src: url('/inventory/fonts/stratum2-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'stratum2-bold';
    src: url('/inventory/fonts/stratum2-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
