/*
   *** Suit ***
*/
@font-face {
    font-family: 'SUIT-T';
    font-style: normal;
    font-weight: 100;
    src:
            url(../fonts/SUIT-Thin.woff) format('woff')
}
@font-face {
    font-family: 'SUIT-L';
    font-style: normal;
    font-weight: 300;
    src:
            url(../fonts/SUIT-Light.woff) format('woff')

}
@font-face {
    font-family: 'SUIT-R';
    font-style: normal;
    font-weight: 400;
    src:
            url(../fonts/SUIT-Regular.woff) format('woff')
}
@font-face {
    font-family: 'SUIT-M';
    font-style: normal;
    font-weight: 500;
    src:
            url(../fonts/SUIT-Medium.woff) format('woff')
}
@font-face {
    font-family: 'SUIT-B';
    font-style: normal;
    font-weight: 700;
    src:
            url(../fonts/SUIT-Bold.woff) format('woff')
}
@font-face {
    font-family: 'SUIT-EB';
    font-style: normal;
    font-weight: 800;
    src:
            url(../fonts/SUIT-ExtraBold.woff) format('woff')
}

@font-face {
    font-family: 'SUIT-SB';
    font-style: normal;
    font-weight: 600;
    src:
            url(../fonts/SUIT-SemiBold.woff) format('woff')
}


/*
   *** SCDream5 ***
*/
@font-face {
    font-family: 'SCDream5';
    font-style: normal;
    font-weight: 500;
    src:
            url(../fonts/SCDream5.woff) format('woff')
}

/*
   *** cookieRun ***
*/
@font-face {
    font-family: 'cookieRun-R';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/CookieRun-Regular.woff) format('woff')
}

@font-face {
    font-family: 'cookieRun-B';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/CookieRun-Bold.woff) format('woff')
}

@font-face {
    font-family: 'cookieRun-Blk';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/CookieRun-Black.woff) format('woff')
}

