/*
*
* Open Sans
*
*/

@font-face {
    font-family: 'OS-Font';
    src: url('../fonts/os/osfont-regular-webfont.eot');
    src: url('../fonts/os/osfont-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/os/osfont-regular-webfont.woff') format('woff'),
         url('../fonts/os/osfont-regular-webfont.ttf') format('truetype'),
         url('../fonts/os/osfont-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'OS-Font';
    src: url('../fonts/os/osfont-semibold-webfont.eot');
    src: url('../fonts/os/osfont-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/os/osfont-semibold-webfont.woff') format('woff'),
         url('../fonts/os/osfont-semibold-webfont.ttf') format('truetype'),
         url('../fonts/os/osfont-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'OS-Font';
    src: url('../fonts/os/osfont-bold-webfont.eot');
    src: url('../fonts/os/osfont-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/os/osfont-bold-webfont.woff') format('woff'),
         url('../fonts/os/osfont-bold-webfont.ttf') format('truetype'),
         url('../fonts/os/osfont-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'OS-Font';
    src: url('../fonts/os/osfont-extrabold-webfont.eot');
    src: url('../fonts/os/osfont-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/os/osfont-extrabold-webfont.woff') format('woff'),
         url('../fonts/os/osfont-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/os/osfont-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: 900;
}

@font-face {
    font-family: 'OS-Font';
    src: url('../fonts/os/osfont-light-webfont.eot');
    src: url('../fonts/os/osfont-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/os/osfont-light-webfont.woff') format('woff'),
         url('../fonts/os/osfont-light-webfont.ttf') format('truetype'),
         url('../fonts/os/osfont-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 200;
}

@font-face {
    font-family: 'OS-Font';
    src: url('../fonts/os/osfont-lightitalic-webfont.eot');
    src: url('../fonts/os/osfont-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/os/osfont-lightitalic-webfont.woff') format('woff'),
         url('../fonts/os/osfont-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/os/osfont-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: 200;
    font-style: italic;
} 

/*
*
* Droid Serif
*
*/

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif/DroidSerif-Bold-webfont.eot');
    src: url('../fonts/DroidSerif/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif/DroidSerif-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSerif/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif/DroidSerif-Regular-webfont.eot');
    src: url('../fonts/DroidSerif/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif/DroidSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/DroidSerif/DroidSerif-Regular-webfont.ttf') format('truetype'), 
         url('../fonts/DroidSerif/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
}