@font-face {
    font-family: 'Garet';
    src: url('./garet_extra-bold.woff2') format('woff2'),
         url('./garet_extra-bold.woff') format('woff'),
         url('./garet_extra-bold.ttf') format('truetype'),
         url('./garet_extra-bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('./garet_light.woff2') format('woff2'),
         url('./garet_light.woff') format('woff'),
         url('./garet_light.ttf') format('truetype'),
         url('./garet_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
