@font-face {
    font-family: 'Brown';
    src: url('Brown-Light.eot');
    src: url('Brown-Light.eot?#iefix') format('embedded-opentype'),
        url('Brown-Light.woff2') format('woff2'),
        url('Brown-Light.woff') format('woff'),
        url('Brown-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-Regular.eot');
    src: url('Brown-Regular.eot?#iefix') format('embedded-opentype'),
        url('Brown-Regular.woff2') format('woff2'),
        url('Brown-Regular.woff') format('woff'),
        url('Brown-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BrownPro';
    src: url('BrownPro-Bold.eot');
    src: url('BrownPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('BrownPro-Bold.woff2') format('woff2'),
        url('BrownPro-Bold.woff') format('woff'),
        url('BrownPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1, h2, h3, h4, h5 {
	font-family: 'Brown' !important;
	font-weight: bold;
}

p {
	font-family: 'Brown' !important;
	font-weight: 300;
}



