@charset "UTF-8";

/*
	*** 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: 200;
    src:
            url(../fonts/SUIT-Light.woff) format('woff')
}
@font-face {
    font-family: 'SUIT-EL';
    font-style: normal;
    font-weight: 300;
    src:
            url(../fonts/SUIT-ExtraLight.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-SB';
    font-style: normal;
    font-weight: 600;
    src:
            url(../fonts/SUIT-SemiBold.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')
}

/*
	*** S-Core Dream ***
*/

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