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

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

@font-face {
    font-family: 'roboto';
    src: url('../fonts/rob_bold-webfont.eot');
    src: url('../fonts/rob_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rob_bold-webfont.woff') format('woff'),
         url('../fonts/rob_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/robotomedium.eot');
    src: url('../fonts/robotomedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotomedium.woff') format('woff'),
         url('../fonts/robotomedium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}