/* Font display overrides to satisfy Lighthouse without changing upstream files */

/* Ensure Font Awesome swaps quickly */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
}

/* Ensure Roboto (loaded indirectly by some Google services) uses swap */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2') format('woff2');
}


