/* You can add global styles to this file, and also import other style files */
@font-face {
    font-family: "GE SS Two Light";
    src: url("/assets/fonts/02f502e5eefeb353e5f83fc5045348dc.eot");
    src: url("/assets/fonts/02f502e5eefeb353e5f83fc5045348dc.eot?#iefix") format("embedded-opentype"),
        url("/assets/fonts/02f502e5eefeb353e5f83fc5045348dc.woff2") format("woff2"),
        url("/assets/fonts/02f502e5eefeb353e5f83fc5045348dc.woff") format("woff"),
        url("/assets/fonts/02f502e5eefeb353e5f83fc5045348dc.ttf") format("truetype"),
        url("/assets/fonts/02f502e5eefeb353e5f83fc5045348dc.svg#GE SS Two Light") format("svg");
    unicode-range: U+600-6FF;
}

* {
    font-family: "GE SS Two Light", sans-serif !important;
}

*::placeholder {
    font-family: "GE SS Two Light", sans-serif;
}

html {
    scroll-behavior: smooth;
}

a:focus, a:hover {
    color: unset;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #4E92B8;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}