
@import './reset.css';
@import './style.css'; 
@import './variables.css'; 

html {
    overflow-y: auto;
    font-size: 14px;
    min-height: 100vh;
}

body{
    min-width: 1000px;
    overflow-x: auto;
}

.swiper-container{
    width: 100%;
}