@font-face{
    font-family: 'Open Sans';
    font-weight: 300;
    src: url(OpenSans-Light.ttf) format('truetype');
}

@font-face{
    font-family: 'Open Sans';
    font-weight: 700;
    src: url(OpenSans-Bold.ttf) format('truetype');
}

@font-face{
    font-family: 'Montserrat';
    font-weight: 700;
    src: url(Montserrat-Bold.ttf) format('truetype');
}