@font-face{
    font-family: 'almoni';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('../fonts/almoni-neue-demibold-aaa.eot'); /* IE9 Compat Modes */
    src: url('../fonts/almoni-neue-demibold-aaa.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/almoni-neue-demibold-aaa.woff2') format('woff2'),
    url('../fonts/almoni-neue-demibold-aaa.woff') format('woff');
}
@font-face{
    font-family: 'almoni';
    font-weight: 900; /*(black)*/
    font-style: normal;
    src: url('../fonts/almoni-neue-black-aaa.eot'); /* IE9 Compat Modes */
    src: url('../fonts/almoni-neue-black-aaa.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/almoni-neue-black-aaa.woff2') format('woff2'),
    url('../fonts/almoni-neue-black-aaa.woff') format('woff');
}
