  @font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/ACI/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/ACI/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/ACI/fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/ACI/fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}


@font-face {
    font-family: 'si';
    src: url('/wp-content/themes/ACI/fonts/socicon.eot');
    src: url('/wp-content/themes/ACI/fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/ACI/fonts/socicon.woff') format('woff'),
         url('/wp-content/themes/ACI/fonts/socicon.ttf') format('truetype'),
         url('/wp-content/themes/ACI/fonts/socicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(/wp-content/themes/ACI/fonts/socicon.svg) format(svg);
    }
}