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

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

