/* Local Garet Fonts with font-display: swap to fix PageSpeed warnings */
@font-face {
    font-family: 'Garet';
    font-style: normal;
    font-weight: 400;
    src: local('Garet Book'), url('./Garet-Book.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    font-style: normal;
    font-weight: 900;
    src: local('Garet Heavy'), url('./Garet-Heavy.woff') format('woff');
    font-display: swap;
}