/* Custom Fonts Document */
@font-face
{
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 300;
    src: url(font/OpenSans-Bold.ttf);
}
@font-face
{
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 300;
    src: url(font/OpenSans-Regular.ttf);
}
@font-face
{
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: 300;
    src: url(font/OpenSans-Semibold.ttf);
}
