/* -------------------------------------------
   Font overrides to improve FCP & Lighthouse
   Adds font-display: swap
------------------------------------------- */

/* PiB Font */
@font-face {
    font-family: 'PiBFontrg';
    src: url('/fonts/pibfontrg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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