﻿/* Corpid Fonts*/

/*Corpid Bold 700*/
@font-face {
    font-family: corpid;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/CorpidC1SCd_700_.woff) format("woff")
}

/*Corpid  Italic 500*/
@font-face {
    font-family: corpid;
    font-style: italic;
    font-weight: 400;
    src: url(fonts/CorpidC1SCd_500i.woff) format("woff")
}

/*Corpid Regular 300 */
@font-face {
    font-family: corpid;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/CorpidC1SCd_300_.woff) format("woff")
}

/*Corpid Bold: Stealth Mode (Winnovative Hack)*/
@font-face {
    font-family: corpidBold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/CorpidC1SCd_700_.woff) format("woff")
}
