@import url(../css/base/reset.css);
@import url(../css/base/vars.css);
@import url(../css/components/swiper-bundle.min.css);
@import url(../css/common/common.css);
@import url(../css/header/header.css);
@import url(../css/components/popup.css);
@import url(../css/sections/hero/hero.css);
@import url(../css/sections/services/services.css);
@import url(../css/sections/reviews/reviews.css);
@import url(../css/sections/intro/intro.css);
@import url(../css/sections/why/why.css);
@import url(../css/sections/call/call.css);
@import url(../css/sections/blog/blog.css);
@import url(../css/sections/artical/artical.css);
@import url(../css/footer/footer.css);

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.woff2);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/Inter-SemiBold.woff2);
}
@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.woff2);
}
@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.woff2);
}
@font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.woff2);
}

