@charset "UTF-8";

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Signika Negative';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/signika-negative-v20-latin-regular.woff2') format('woff2'); 
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Signika Negative';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/signika-negative-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Signika Negative';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/signika-negative-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Header*/
#header ._logo,
.responsive_medium .logo_small {
	background-image: url(../elements/eva-icons43.svg);
	width: 160px;
	height: 85px;
}

.responsive_medium .logo_small {
	background-image: url(../elements/eva-icons43.svg);
	width: 160px;
	height: 85px;
}
/*Header*/
.header_desktop_top h4,
.header_desktop_link_wrapper .material-icons-outlined {
	color: #fff;
}

/*Footer*/
.footer {
    background: var(--global-footer-background);
}