@import url("fonts/stylesheet.css");




@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('avenirnextltpro-regular-webfont.woff2') format('woff2'),
         url('avenirnextltpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'avenir_next_lt_proregular', sans-serif !important;
    font-size: 18px !important;
}

h1

.swiper-pagination-bullet-active{
     background: #9E8D60!important;
}

.swiper-pagination-bullet{
     background: #9E8D60!important;
}

