@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-Bold.ttf');
 font-weight: bold;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-BoldItalic.ttf');
 font-weight: bold;
 font-style: italic;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-ExtraBold.ttf');
 font-weight: 700;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-ExtraBoldItalic.ttf');
 font-weight: 700;
 font-style: italic;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-Italic.ttf');
 font-style: italic;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-Light.ttf');
 font-weight: 100;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-LightItalic.ttf');
 font-weight: 100;
 font-style: italic;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-Regular.ttf');
 font-weight: 300;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-Semibold.ttf');
 font-weight: 500;
}
@font-face{
 font-family:  'Open Sans';
 src:url('../fonts/OpenSans-SemiboldItalic.ttf');
 font-weight: 500;
 font-style: italic;
}

.font-bold {font-weight: bold}
.font-size-11 {font-size:11px;}
.font-size-12 {font-size:12px;}
.font-size-13 {font-size:13px;}
.font-size-14 {font-size:14px;}
.font-size-15 {font-size:15px;}
.font-size-16 {font-size:16px;}
.font-size-18 {font-size:18px;}
.font-size-20 {font-size:20px;}