/*@font-face {
    font-family: 'Mundo Sans Std';
    src: url('MundoSansStd-Medium.eot');
    src: url('MundoSansStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('MundoSansStd-Medium.woff2') format('woff2'),
        url('MundoSansStd-Medium.woff') format('woff'),
        url('MundoSansStd-Medium.ttf') format('truetype'),
        url('MundoSansStd-Medium.svg#MundoSansStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mundo Sans Std';
    src: url('MundoSansStd.eot');
    src: url('MundoSansStd.eot?#iefix') format('embedded-opentype'),
        url('MundoSansStd.woff2') format('woff2'),
        url('MundoSansStd.woff') format('woff'),
        url('MundoSansStd.ttf') format('truetype'),
        url('MundoSansStd.svg#MundoSansStd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mundo Sans Std';
    src: url('MundoSansStd-Light.eot');
    src: url('MundoSansStd-Light.eot?#iefix') format('embedded-opentype'),
        url('MundoSansStd-Light.woff2') format('woff2'),
        url('MundoSansStd-Light.woff') format('woff'),
        url('MundoSansStd-Light.ttf') format('truetype'),
        url('MundoSansStd-Light.svg#MundoSansStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mundo Sans Std';
    src: url('MundoSansStd-Bold.eot');
    src: url('MundoSansStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('MundoSansStd-Bold.woff2') format('woff2'),
        url('MundoSansStd-Bold.woff') format('woff'),
        url('MundoSansStd-Bold.ttf') format('truetype'),
        url('MundoSansStd-Bold.svg#MundoSansStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

@font-face {
    font-family: 'Arame-Regular';
    src: url('Arame-Regular.eot');
    src: local('Arame-Regular'),
        url('Arame-Regular.eot?#iefix') format('embedded-opentype'),
        url('Arame-Regular.woff') format('woff'),
        url('Arame-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-Bold.eot');
    src: local('Brown-Bold'),
        url('Brown-Bold.eot?#iefix') format('embedded-opentype'),
        url('Brown-Bold.woff') format('woff'),
        url('Brown-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-Regular.eot');
    src: local('Brown-Regular'),
        url('Brown-Regular.eot?#iefix') format('embedded-opentype'),
        url('Brown-Regular.woff') format('woff'),
        url('Brown-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-Thin.eot');
    src: local('Brown-Thin'),
        url('Brown-Thin.eot?#iefix') format('embedded-opentype'),
        url('Brown-Thin.woff') format('woff'),
        url('Brown-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

h1, h2, h3, h4, h5, p {
	font-family: 'Brown' !important;
}

h1.astro, h2.astro, h3.astro, h4.astro, h5.astro, .astro {
	font-family: 'Arame-Regular' !important;
}

