:root {
	--fill-red: #ed2828;
	--fill-white: #fff;
	--fill-white-500: rgba(255, 255, 255, 0.5);
	--fill-black: #0b1518;
	--fill-light-red: #df6464;
	--fill-dark-grey: #c4c4c4;
	--fill-light-grey: #e9e9e9;
	--text-white: #fff;
	--text-black: #0b1518;
	--text-grey: #595959;
	--background-main: #f5f5f5;

    --font-family: "Inter Tight", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Outfit", sans-serif;
}