/* Font file - using Google Fonts CDN directly from app.blade.php */
/* All fonts are now loaded via Google Fonts link tags in the HTML head */

@font-face {
    font-family: 'MinervaModern';
    src: url('MinervaModern-Regular.eot');
    src: url('MinervaModern-Regular.eot?#iefix') format('embedded-opentype'),
        url('MinervaModern-Regular.woff2') format('woff2'),
        url('MinervaModern-Regular.woff') format('woff'),
        url('MinervaModern-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson';
    src: url('Gibson.eot');
    src: url('Gibson.eot?#iefix') format('embedded-opentype'),
        url('Gibson.woff2') format('woff2'),
        url('Gibson.woff') format('woff'),
        url('Gibson.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}