@font-face {
    font-family: "Open Sans";
    src: url("opensans-bold-webfont.woff2") format('woff2'),
          url("opensans-bold-webfont.woff") format('woff');           
    font-weight: 700;  
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("opensans-semibold-webfont.woff2") format('woff2'),
          url("opensans-semibold-webfont.woff") format('woff');           
    font-weight: 600;  
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("opensans-regular-webfont.woff2") format('woff2'),
          url("opensans-regular-webfont.woff") format('woff') ;           
    font-weight: 400;  
    font-style: normal;
}
@font-face {
    font-family: "Oughter";
    src: url("oughter.woff2") format('woff2'),
          url("oughter.woff") format('woff'),
          url("oughter.ttf") format('ttf');           
    font-weight: 600;  
    font-style: normal;
}
