@import url(https://fonts.bunny.net/css?family=merriweather:400,700|roboto:300,400,500);

:root {
	--bs-color-main: #0a3652;
	--bs-color-second: #85B84E;
	--bs-color-positive: #61982c;
	--bs-color-negative: #a84832;

	--bs-font-family: 'Roboto', Arial, sans-serif;
	--bs-base-headline-font-family: 'Merriweather', serif;

	--bs-border-radius: 0;

	--bs-link-text-decoration: none;

	--bs-button-background: var(--bs-color-second);
	--bs-button-hover-background: hsl(92,47%,44%);

	--bs-criteria-background: var(--bs-color-main);
	--bs-benefits-background: var(--bs-color-second);

	--bs-swiper-background-odd: #eef6fe;
	--bs-swiper-background-even: #dcebd9;

	--bs-footer-background: var(--bs-color-main);

	--logo-width: 12em;
	--logo-width-mobile: 10em;

	--bs-font-text-headers-main-color: var(--bs-color-main);
}