/* INTEL CLEAR fonts*/
@font-face {
    font-family: "intel-clear";
    src: url('IntelClear_WLatn_Rg.woff') format('woff'), url('IntelClear_WLatn_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "intel-clear";
    src: url("IntelClear_WLatn_Bd.woff") format("woff"), url("IntelClear_WLatn_Bd.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "intel-clear";
    src: url("IntelClear_WLatn_It.woff") format("woff"), url("IntelClear_WLatn_It.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "intel-clear";
    src: url("IntelClear_WLatn_BdIt.woff") format("woff"), url("IntelClear_WLatn_BdIt.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "intel-clear";
    src: url("IntelClear_WLatn_Lt.woff") format("woff"), url("IntelClear_WLatn_Lt.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "intel-clear";
    src: url("IntelClear_WLatn_LtIt.woff") format("woff"), url("IntelClear_WLatn_LtIt.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "intel-clear-pro";
    src: url("IntelClearPro_Bd.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



/* updated by Durga for US2042 - Geo User performance on IE with fonts*/

/* normal */
/*
INTELC-1552
@font-face {
               font-family: "neo-sans-intel";
               src: url("56c27cdd-3118-42a2-bd92-6bc5d50093dd.woff") format("woff"),
                              url("6d092f76-bdbb-4d1b-bfbe-6f25633bf904.ttf") format("truetype"),
                              url("7fb3bf0a-a48c-4d2f-9f07-bfb592e393a4.svg#7fb3bf0a-a48c-4d2f-9f07-bfb592e393a4") format("svg");
               font-weight:normal;
               font-style:normal;
}
*/

/* bold */
/*
INTELC-1552
@font-face {
               font-family: "neo-sans-intel-bold";
               src: url("cbe1cab3-18f6-4962-bc21-1432cae69572.woff") format("woff"),
                              url("b6bf800d-8508-46b4-8c6b-8d3fa80bc0a8.ttf") format("truetype"),
                              url("77002b44-e56d-49e3-9dc6-c87efea008cc.svg#77002b44-e56d-49e3-9dc6-c87efea008cc") format("svg");
               font-weight:bold;
               font-style:normal;
}
*/

/* italic */
/*
INTELC-1552
@font-face {
               font-family: "neo-sans-intel-italic";
               src: url("dcf6b64d-53f7-4408-b8b5-a48f49eb881e.woff") format("woff"),
                              url("7f00e2cf-cca7-4b7b-afb1-de6a0c075f36.ttf") format("truetype"),
                              url("52838257-1e35-454c-bbf4-def4c82d7967.svg#52838257-1e35-454c-bbf4-def4c82d7967") format("svg");
               font-weight:normal;
               font-style:italic;
}
*/

/* bold italic */
/*
INTELC-1552
@font-face {
               font-family: "neo-sans-intel-bold-italic";
               src: url("87168bb9-6d9f-47ef-ab80-37eb121f05a1.woff") format("woff"),
                              url("b772a646-3a1f-4dad-98d2-4ee98ceaeb55.ttf") format("truetype"),
                              url("b0c445b6-1510-44b3-9d54-54998a34c5af.svg#b0c445b6-1510-44b3-9d54-54998a34c5af") format("svg");
               font-weight:bold;
               font-style:italic;
}
*/

/* lighter */
/*
INTELC-1552
@font-face {
               font-family: "neo-sans-intel-lighter";
               src: url("5df3966e-f411-401b-a785-2d5049953ddc.woff") format("woff"),
                              url("1ef1b4e8-a03c-4141-9715-74c5295a0f7c.ttf") format("truetype"),
                              url("3f6907d3-aa1b-4968-8735-e43c23763608.svg#3f6907d3-aa1b-4968-8735-e43c23763608") format("svg");
               font-weight:200;
               font-style:normal;
}
*/

/* lighter italic */
/*
INTELC-1552
@font-face {
               font-family: "neo-sans-intel-lighter-italic";
               src: url("2fc40f11-d9f3-4cf2-9247-b0a019cc7176.woff") format("woff"),
                              url("4326ef4a-8791-47b8-87d4-288ae035db4f.ttf") format("truetype"),
                              url("b86863fc-17c0-4984-ac32-a5ef6f0ddef6.svg#b86863fc-17c0-4984-ac32-a5ef6f0ddef6") format("svg");
               font-weight:200;
               font-style:italic;
}
*/

.neo-sans-intel {
     /* INTELC-1552 font-family: "neo-sans-intel","tahoma","helvetica",sans-serif;*/
     font-family: intel-clear, "tahoma","helvetica",sans-serif;
     font-weight:normal;
     font-style:normal;
}

.neo-sans-intel-bold {
     /* INTELC-1552 font-family: "neo-sans-intel-bold","tahoma","helvetica",sans-serif;*/
     font-family: intel-clear, "tahoma","helvetica",sans-serif;
     font-weight:bold;
     font-style:normal;
}

.neo-sans-intel-italic {
     /* INTELC-1552 font-family: "neo-sans-intel-italic","tahoma","helvetica",sans-serif;*/
     font-family: intel-clear, "tahoma","helvetica",sans-serif;
     font-weight:normal;
     font-style:italic;
}

.neo-sans-intel-bold-italic {
     /* INTELC-1552 font-family: "neo-sans-intel-bold-italic","tahoma","helvetica",sans-serif;*/
     font-family: intel-clear, "tahoma","helvetica",sans-serif;
     font-weight:bold;
     font-style:italic;
}

.neo-sans-intel-lighter {
     /* INTELC-1552 font-family: "neo-sans-intel-lighter","tahoma","helvetica",sans-serif;*/
     font-family: intel-clear, "tahoma","helvetica",sans-serif;
     font-weight:200;
     font-style:normal;
}

.neo-sans-intel-lighter-italic {
     /* INTELC-1552 font-family: "neo-sans-intel-lighter-italic","tahoma","helvetica",sans-serif;*/
     font-family: intel-clear, "tahoma","helvetica",sans-serif;
     font-weight:200;
     font-style:italic;
}

h1, h2, h3, h4, h5, h6 {
  /* INTELC-1552 font-family: "neo-sans-intel-bold","tahoma","helvetica",sans-serif;*/
  font-family: intel-clear, "tahoma","helvetica",sans-serif;
  font-weight:bold;
  font-style:normal;
}
