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