/* Fonts */
@font-face {
    font-family: 'Intro';
    src: url('../fonts/intro/intro-webfont.eot');
    src: url('../fonts/intro/intro-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/intro/intro-webfont.woff') format('woff'),
    url('../fonts/intro/intro-webfont.ttf') format('truetype'),
    url('../fonts/intro/intro-webfont.svg#Segoeui') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniSansHeavy';
    src: url('../fonts/unisans/uni_sans_heavy-webfont.eot');
    src: url('../fonts/unisans/uni_sans_heavy-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/unisans/uni_sans_heavy-webfont.woff') format('woff'),
    url('../fonts/unisans/uni_sans_heavy-webfont.ttf') format('truetype'),
    url('../fonts/unisans/uni_sans_heavy-webfont.svg#Segoeui') format('svg');
    font-weight: normal;
    font-style: normal;
}



