:root {
	--primary-color: #ff3139;
	--secondary-color: #ff3139;
	--dark-text: #000000;
	--body-text: #49565e;
	--light-text: #ffffff;
	--dark-mode-bg: #1d2530;
	--dark-mode-bg-dark: #000000;
	--body-bg: #fff;
	--third-color: #a3a3a3;
	--logo-width-header: 210px;
	--logo-width-footer: 140px;
	--logo-width-mobile-header: 105px;
	--logo-width-mobile-footer: 120px;
	--card-image-height: 145px;
	--card-image-fit: cover;
	--border-radius-blocks: 15px;
	--border-radius-image: 20px;
	--border-radius-buttons: 3px;
	--h1-fs: 40px;
	--h2-fs: 32px;
	--h3-fs: 22px;
	--h4-fs: 18px;
	--h5-fs: 16px;
	--h6-fs: 12px;
	--p-fs: 14px;
	--icon-primary-color: #ff3139;
	--icon-secondary-color: #ff3139;
	--lazy-image-background: var(--primary-color);
	--icon-third-color: #313131;
	--icon-fourth-color: #595959;
	--footer-bg: #151515;
	--font-family: "Gilroy";
	--link-color:var(--primary-color);
	--container-width: 1200px;
	--header-top: #f0f0f0;
}
@media (max-width: 768px) {
	body {
		--h1-fs: calc(var(--h1-fs) * 0.2);
		--h2-fs: calc(var(--h2-fs) * 0.2);
		--h3-fs: calc(var(--h3-fs) * 0.2);
		--h4-fs: calc(var(--h4-fs) * 0.2);
		--h5-fs: calc(var(--h5-fs) * 0.2);
		--h6-fs: calc(var(--h6-fs) * 0.2);
		--p-fs: calc(var(--p-fs) * 0.2);
	}
}
