@font-face {
    font-family: 'AcehMed';
    src: url('../fonts/Aceh-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Aceh-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Aceh-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Aceh-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'AcehBold';
    src: url('../fonts/Aceh-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Aceh-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Aceh-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Aceh-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'AcehBlack';
    src: url('../fonts/Aceh-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Aceh-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Aceh-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Aceh-Black.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


.AcehMed{text-align:left;font-family: 'AcehMed';color:#b1b1b1;font-size:1.5em;letter-spacing:12px;margin-bottom:20px;}
.AcehBlack{text-align:left;font-family: 'AcehMed';color:#fff;font-size:7em;letter-spacing:0px;font-weight:bold;line-height:1.2em;}
