@charset "utf-8";

@font-face {
     font-family: 'opensans';
     src: url('/fonts/OpenSans/OpenSans-Light.ttf') format('ttf');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'opensans';
     src: url('/fonts/OpenSans/OpenSans-Regular.ttf') format('ttf');
     font-weight: 400;
     font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('/fonts/OpenSans/OpenSans-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('/fonts/OpenSans/OpenSans-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('/fonts/OpenSans/OpenSans-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('/fonts/OpenSans/OpenSans-ExtraBold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
}

