@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-Thin.woff2') format('woff2'),
    url('TTCommons-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-ExtraLight.woff2') format('woff2'),
    url('TTCommons-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-Light.woff2') format('woff2'),
    url('TTCommons-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-Regular.woff2') format('woff2'),
        url('TTCommons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-Medium.woff2') format('woff2'),
    url('TTCommons-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-DemiBold.woff2') format('woff2'),
    url('TTCommons-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-Bold.woff2') format('woff2'),
        url('TTCommons-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-ExtraBold.woff2') format('woff2'),
        url('TTCommons-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('TTCommons-Black.woff2') format('woff2'),
    url('TTCommons-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Icons */

@font-face {
    font-family: 'Voltag';
    src:  url('Voltag.eot?eaorv5');
    src:  url('Voltag.eot?eaorv5#iefix') format('embedded-opentype'),
    url('Voltag.ttf?eaorv5') format('truetype'),
    url('Voltag.woff?eaorv5') format('woff'),
    url('Voltag.svg?eaorv5#Voltag') format('svg');
    font-weight: normal;
    font-style: normal;
}