﻿/*
   NIBRSAdminApr2026 — Blue Cover Six app
   Copyright (c) 2026 Blue Cover Six LLC / John Molt
   An unlimited license is granted to the Reno Police Department
   and the City of Reno in perpetuity.

   styles/fonts.css
   Local font declarations for the BUS dark interface.
   These replace the previous runtime dependency on Google Fonts.

   Generated: 05/09/2026 4:25 PM
*/

@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/rajdhani_500_latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/rajdhani_700_latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Share Tech Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/share_tech_mono_400_latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/open_sans_400_600_latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/open_sans_400_600_latin.woff2') format('woff2');
}
