/*
Theme Name: resposive_site
Description: resposive_site
*/

@import url("./css/base.css");

/* @import url("./css/teaser.css"); */


@import url("./css/mobile.css") screen and ( max-width: 991px );

/*
@import url("./css/tablet.css") screen and ( min-width: 768px ) and (max-width: 991px );
@import url("./css/custom.css") screen and ( min-width: 992px );
*/

@import url("./css/custom.css") screen and ( min-width: 992px );

