@font-face {
    font-family: 'montserrat';
    src: url('montserrat-extrabold.woff2') format('woff2'),
        url('montserrat-extrabold.woff') format('woff'),
        url('montserrat-extrabold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('montserrat-bold.woff2') format('woff2'),
        url('montserrat-bold.woff') format('woff'),
        url('montserrat-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('montserrat-regular.woff2') format('woff2'),
        url('montserrat-regular.woff') format('woff'),
        url('montserrat-regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans';
    src: url('museo-sans-regular.woff2') format('woff2'),
        url('museo-sans-regular.woff') format('woff'),
        url('museo-sans-regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}