@font-face {
    font-family: "CiscoSansTT";
    src: url("../font/CiscoSansTTBold.ttf") format("truetype");
    src: url("../font/CiscoSansTTBold.eot?#iefix") format("embedded-opentype"),
        /* Ie6-Ie8 */
        url("../font/CiscoSansTTBold.woff") format("woff");
    /* Modern Browser */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CiscoSansTT";
    src: url("../font/CiscoSansTTRegular.ttf") format("truetype");
    src: url("../font/CiscoSansTTRegular.eot?#iefix") format("embedded-opentype"),
        url("../font/CiscoSansTTRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CiscoSansTT";
    src: url("../font/CiscoSansTTLight.ttf") format("truetype");
    src: url("../font/CiscoSansTTLight.eot?#iefix") format("embedded-opentype"),
        url("../font/CiscoSansTTLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CiscoSansTT";
    src: url("../font/CiscoSansTTExtraLight.ttf") format("truetype");
    src: url("../font/CiscoSansTTExtraLight.eot?#iefix") format("embedded-opentype"),
        url("../font/CiscoSansTTExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CiscoSansTT";
    src: url("../font/CiscoSansTTThin.ttf") format("truetype");
    src: url("../font/CiscoSansTTThin.eot?#iefix") format("embedded-opentype"),
        url("../font/CiscoSansTTThin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}