@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html body {
	--font-stack: "Poppins", sans-serif;;
	--font-stack-heading: "Poppins", sans-serif;;
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-bold: 700;
	--header-logo-width: 260px;
	--border-radius: 5px;
	--border-radius-large: 5px;
	--border-radius-btn: 5px;
	--input-border-radius: 5px;
	--color-cta-hover: var(--color-primary);
	--color-heading: #fc8f9b;
	--color-checkmark: #8cc5b9;
	--color-x: #fc8f9b;
	--card-single-header-bg-color: #ffffff;
	--footer-background-color: #314a66;
	--footer-text-color: #fffbf5;
	--heading-text-transform: uppercase;
}
