@font-face {
    font-family: 'Montserrat';
    src: url('../montserrat-bold-webfont.woff2') format('woff2'),
         url('../montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../montserrat-regular-webfont.woff2') format('woff2'),
         url('../montserrat-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../opensans-bold-webfont.woff2') format('woff2'),
         url('../opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../opensans-regular-webfont.woff2') format('woff2'),
         url('../opensans-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}