/* ========== FONTS ========== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "scandia-web", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}

* {
    font-family: "scandia-web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ========== COLORS ========== */

.mainColor {
    color: #EBA401;
}

.mainBg {
    background-color: #EBA401;
}

/* ========== LINKS ========== */

.headerLink {
	transition: 0.3s ease-in;
}

.headerLink:hover {
	color: #EBA401 !important;
	transition: 0.3s ease-in;
}