@charset "utf-8";

@font-face {
	font-family: 'gilroyextrabold';
	src: url('../fonts/gilroy-extrabold.woff2') format('woff2'),
	url('../fonts/gilroy-extrabold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light.woff2') format('woff2'),
         url('../fonts/gilroy-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
	--orange-bg-color: #FF6400;
	--orange-bg-hover: #d96422;
	--primary-link-color: #FF6400;
	--primary-link-color-hover: #d96422;
	--principal-buttons-BackgroundColor: #FF6400;
	--principal-buttons-BorderColor: #FF6400;
	--principal-buttons-BackgroundColor-hover: #d96422;
	--header-BackgroundColor: #1a2030;
	--header-BackgroundColor-opacity: rgba(26, 32, 48, .80);
	--header-BackgroundLightColor-opacity: rgba(255, 255, 255, .80);
}

