:root {
	--font-manrope: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--font-roman: "Times New Roman", Times, serif;
	--font-inter: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

	--white: #ffffff;
	--white-a15: #ffffff26;
	--whihe-a25: #FFFFFF40;
	--white-a30: #ffffff4d;
	--media-card-bg: #e2e2e2;
	--media-card-bg-2: #D7D7D7;
	--grey-a15: #EEEEEE26;
	--black-a20: #00000033;
	--black-a45: #00000073;

	--text-main: var(--white);
	--text-muted: rgba(255, 255, 255, 0.8);

	--blue-1: #0d0343;
	--blue-1-a50: #0d034380;
	--blue-2: #0e1120;
	--blue-3: #121733;
	--blue-4: #142570;
	--blue-5: #203b67;
	--blue-6: #1d43ca;
	--blue-7: #398ee8;
	--blue-8: #0043fe;

	--button-bg: #1e5eff;
	--button-bg-hover: #3b74ff;

	--pad-x-cont: 60px;
	--container-max: 1440px;

	--section-space: 55px;
	--radius-lg: 30px;
	--radius-md: 20px;
	--radius-sm: 14px;
	--radius-xs: 10px;
}