/*-------------------------------------------------------------------------------------------*/
/* Fonts */
/*-------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'ArianAMURegular';
    src: url('/fonts/arnamu-webfont.eot');
    src: url('/fonts/arnamu-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arnamu-webfont.woff') format('woff'),
         url('/fonts/arnamu-webfont.ttf') format('truetype'),
         url('/fonts/arnamu-webfont.svg#ArianAMURegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArianAMUBold';
    src: url('/fonts/arnamu_bold-webfont.eot');
    src: url('/fonts/arnamu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arnamu_bold-webfont.woff') format('woff'),
         url('/fonts/arnamu_bold-webfont.ttf') format('truetype'),
         url('/fonts/arnamu_bold-webfont.svg#ArianAMUBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArianAMUItalic';
    src: url('/fonts/arnamu_italic-webfont.eot');
    src: url('/fonts/arnamu_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arnamu_italic-webfont.woff') format('woff'),
         url('/fonts/arnamu_italic-webfont.ttf') format('truetype'),
         url('/fonts/arnamu_italic-webfont.svg#ArianAMUItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArianAMUBoldItalic';
    src: url('/fonts/arnamu_italic_bold-webfont.eot');
    src: url('/fonts/arnamu_italic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/arnamu_italic_bold-webfont.woff') format('woff'),
         url('/fonts/arnamu_italic_bold-webfont.ttf') format('truetype'),
         url('/fonts/arnamu_italic_bold-webfont.svg#ArianAMUBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amdram';
    src: url('/fonts/am-dram-webfont.eot');
    src: url('/fonts/am-dram-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/am-dram-webfont.woff') format('woff'),
    url('/fonts/am-dram-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
/** {
  font-family: "ArianAMURegular", "Arian AMU","Arial AMU","Arial Unicode",Sylfaen,sans-serif !important;
}
body {
  font-family: "ArianAMURegular", "Arian AMU","Arial AMU","Arial Unicode",Sylfaen,sans-serif;
}
*/
