@font-face {
    font-family: 'AmorSansPro';
    src: url('../fonts/otf/AmorSansPro.otf')  format('opentype'),
         url('../fonts/eot/AmorSansPro.eot'),
         url('../fonts/ttf/AmorSansPro.ttf')  format('truetype'),
         url('../fonts/woff/amorsanstextpro-webfont.woff2') format('woff2'),
         url('../fonts/woff/amorsanstextpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmorSansProBold';
    src: url('../fonts/otf/AmorSansProBold.otf')  format('opentype'),
         url('../fonts/eot/AmorSansProBold.eot'),
         url('../fonts/ttf/AmorSansProBold.ttf')  format('truetype'),
         url('../fonts/woff/amorsanstextpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/woff/amorsanstextpro-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AmorSansProItalic';
    src: url('../fonts/otf/AmorSansProItalic.otf')  format('opentype'),
         url('../fonts/eot/AmorSansProItalic.eot'),
         url('../fonts/ttf/AmorSansProItalic.ttf')  format('truetype'),
         url('../fonts/woff/amorsanstextpro-italic-webfont.woff2') format('woff2'),
         url('../fonts/woff/amorsanstextpro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

