@font-face {
    font-family: 'Open Sans Bold2';
    font-style: normal;
    font-weight: 500;
    src: url("OpenSans-Bold.ttf");
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('opensans-bold-webfont.woff2') format('woff2'),
    url('opensans-bold-webfont.woff') format('woff'),
    url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Montserrat Extra Bold';
    src: url('/panel/fonts/Montserrat-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('/panel/fonts/Montserrat-Regular.ttf');
    font-weight: 300;
    font-style: normal;

}


