@charset "UTF-8";
/* font*/


@font-face {
  font-family: "Cochin";
  src: url("font/Cochin-webfont.eot"); /* IE9*/
  src: url("font/Cochin-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("font/Cochin-webfont.woff2") format("woff2"), /* chrome、firefox */
  url("font/Cochin-webfont.woff") format("woff"), /* chrome、firefox */
  url("font/Cochin-webfont.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("font/Cochin-webfont.svg#Cochin") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: 'georgia-webfont';
    src: url('font/georgia_regular_font-webfont.woff2') format('woff2'),
         url('font/georgia_regular_font-webfont.woff') format('woff'),
         url('font/georgia_regular_font-webfont.ttf') format('truetype'),
         url('font/georgia_regular_font-webfont.svg#georgiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}