/**
 *	Импорт файлов адаптаций
 */

@import url(reset.css);
@import url(full.css);
@import url(small.css);
@import url(extrasmall.css);

@font-face {
    font-family: 'clearsans';
    src: url('../fonts/clearsansregular_f.eot');
    src: url('../fonts/clearsansregular_f.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsansregular_f.woff') format('woff'),
         url('../fonts/clearsansregular_f.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'clearsans';
    src: url('../fonts/clearsanslight_f.eot');
    src: url('../fonts/clearsanslight_f.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsanslight_f.woff') format('woff'),
         url('../fonts/clearsanslight_f.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'clearsans';
    src: url('../fonts/clearsansbold_f.eot');
    src: url('../fonts/clearsansbold_f.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsansbold_f.woff') format('woff'),
         url('../fonts/clearsansbold_f.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'moreprocond';
    src: url('../fonts/MoreProCondBook.eot');
    src: url('../fonts/MoreProCondBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MoreProCondBook.woff') format('woff'),
         url('../fonts/MoreProCondBook.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'moreprocond_wide';
    src: url('../fonts/MoreProWideBook.eot');
    src: url('../fonts/MoreProWideBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MoreProWideBook.woff') format('woff'),
         url('../fonts/MoreProWideBook.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}