@font-face {
    font-family: 'tt chocolates';
    src: url('../fonts/ttchocolates-light-webfont.woff2') format('woff2'),
         url('../fonts/ttchocolates-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'tt chocolates';
    src: url('../fonts/ttchocolates-regular-webfont.woff2') format('woff2'),
         url('../fonts/ttchocolates-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'tt chocolates';
    src: url('../fonts/ttchocolates-bold-webfont.woff2') format('woff2'),
         url('../fonts/ttchocolates-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'tt chocolates';
    src: url('../fonts/ttchocolates-black-webfont.woff2') format('woff2'),
         url('../fonts/ttchocolates-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}