:root {
    --color-primary: #002856;
    --color-secondary: #e30613;
}

html {
	scroll-behavior: smooth;
}

body {
    background-color: #f5f5f5;
}


@font-face {
    font-family: "Univers";
    src: url("../font/Univers/univers-lt-std-light.woff2")  format('woff2');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: "Univers";
    src: url("../font/Univers/univers-lt-std.woff2")  format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Univers";
    src: url("../font/Univers/univers-lt-std-bold.woff2")  format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Univers Condensed";
    src: url("../font/Univers/univers-lt-std-condensed.woff2")  format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: "Univers", Arial, Helvetica, sans-serif;
}
.swiper {
  width: 100%;
  height: auto;
  z-index: 0 !important;
}
.swiper-slide {
  text-align: center;
}

.hero img {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
}

.swiper .swiper-button-prev,
.swiper-button-next {
    color: white;
}

.swiper-pagination-bullet {
    background-color: white;
}