@import 'compass/css3';
@import 'theme';
@import 'fonts';
@import 'icons';
@import 'mixin';
body {
    background: yellow;
    font-size: 14px;
    color: yellow;
}
