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

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