/*------------------------------------*\
#FONT
\*------------------------------------*/
@font-face {
  font-family: 'Uni Neue Heavy';
  src: url('unineueheavy-webfont.woff2') format('woff2'),
    url('unineueheavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('NotoSerif-Regular-webfont.eot');
  src: url('NotoSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('NotoSerif-Regular-webfont.woff') format('woff'),
    url('NotoSerif-Regular-webfont.ttf') format('truetype'),
    url('NotoSerif-Regular-webfont.svg#noto_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
