﻿@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: ../webfonts/opensans_regular('OpenSans-Regular-webfont.eot');
    src: ../webfonts/opensans_regular('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         ../webfonts/opensans_regular('OpenSans-Regular-webfont.woff') format('woff'),
         ../webfonts/opensans_regular('OpenSans-Regular-webfont.ttf') format('truetype'),
         ../webfonts/opensans_regular('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src:../webfonts/opensans_italic('OpenSans-Italic-webfont.eot');
    src: ../webfonts/opensans_italic('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        ../webfonts/opensans_italic('OpenSans-Italic-webfont.woff') format('woff'),
         ../webfonts/opensans_italic('OpenSans-Italic-webfont.ttf') format('truetype'),
         ../webfonts/opensans_italic('OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: ../webfonts/opensans_light('OpenSans-Light-webfont.eot');
    src: ../webfonts/opensans_light('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         ../webfonts/opensans_light('OpenSans-Light-webfont.woff') format('woff'),
         ../webfonts/opensans_light('OpenSans-Light-webfont.ttf') format('truetype'),
         ../webfonts/opensans_light('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}






