@font-face {
    font-family: 'BrownLLWeb';
    src:url('BrownLLWeb-Light.woff2') format('woff2'),
        url('BrownLLWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BrownLLWeb';
    src:url('BrownLLWeb-LightItalic.woff2') format('woff2'),
        url('BrownLLWeb-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'BrownLLWeb';
    src:url('BrownLLWeb-Regular.woff2') format('woff2'),
        url('BrownLLWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrownLLWeb';
    src:url('BrownLLWeb-Italic.woff2') format('woff2'),
        url('BrownLLWeb-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'BrownLLWeb';
    src:url('BrownLLWeb-Bold.woff2') format('woff2'),
        url('BrownLLWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BrownLLWeb';
    src:url('BrownLLWeb-BoldItalic.woff2') format('woff2'),
        url('BrownLLWeb-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}