/*
Theme Name: 
Theme URI:
Description: 
Author:
Author URI:
Version: .1
*/
@import "utilities.less";
@import "base.less";
@media screen and (min-width: 600px){
    @import "min-600.less";
}
@media screen and (min-width: 769px){
    @import "min-769.less";
}
@media screen and (min-width: 900px){
    .salons{
        li{
            &:first-of-type{
                margin: 0 -75px 40px;
                padding: 60px 75px 40px;
            }
        }
    }
}
@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    @import "upscale.less";
}


