/*
    
 */
/*@font-face {*/
/*    font-family: 'sourcehanserifcn-bold';*/
/*    src: ;*/
/*}*/
/*@font-face {*/
/*    font-family: 'sourcehanserifcn-regular';*/
/*    src: ;*/
/*}*/
/*@font-face {*/
/*    font-family: 'sourcehanserifcn-semibold';*/
/*    src: ;*/
/*}*/
body,html {
    font-family: sourcehanserifcn-regular !important;
}
::-webkit-input-placeholder { /* chrome/opera/safari */
    font-family: sourcehanserifcn-regular !important;
}
::-moz-placeholder { /* firefox 19  */
    font-family: sourcehanserifcn-regular !important;
}
:-ms-input-placeholder { /* ie 10  */
    font-family: sourcehanserifcn-regular !important;
}
:-moz-placeholder { /* firefox 18- */
    font-family: sourcehanserifcn-regular !important;
}