@font-face {
    font-family: "888";
    src: url("../fonts/888-Regular.woff") format("woff")
    url("../fonts/888-Regular.otf") format("opentype"),
    url('888-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "888";
    src: url("../fonts/888-DemiBold.eot");
    src: url("../fonts/888-DemiBold.woff") format("woff"),
    url("../fonts/888-DemiBold.otf") format("opentype"),
    url('888-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "888";
    src: url("../fonts/888-Bold.eot");
    src: url("../fonts/888-Bold.woff") format("woff"),
    url("../fonts/888-Bold.otf") format("opentype"),
    url('888-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "888";
    src: url("../fonts/888-Black.eot");
    src: url("../fonts/888-Black.woff") format("woff"),
    url("../fonts/888-Black.otf") format("opentype"),
    url('888-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
font-family: "888";
src: url("../fonts/888-Medium.eot");
src: url("../fonts/888-Medium.woff") format("woff"),
url("../fonts/888-Medium.otf") format("opentype"),
url('888-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}

@font-face {
    font-family: "888";
    src: url("../fonts/888-Ultra.eot");
    src: url("../fonts/888-Ultra.woff") format("woff"),
    url("../fonts/888-Ultra.otf") format("opentype"),
    url('888-Ultra.ttf') format('truetype');
    font-weight: 950;
    font-style: normal;
}