@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&family=Poppins:wght@600&display=swap');
html body {
	--font-stack: "Lato", sans-serif;;
	--font-stack-heading: "Poppins", sans-serif;;
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-bold: 600;
	--header-logo-width: 250px;
	--navbar-bg-color: #000b1a;
	--border-radius: 8px;
	--border-radius-large: 15px;
	--border-radius-btn: 100px;
	--input-border-radius: 5px;
	--color-cta-hover: #1a1d5d;
	--footer-background-color: #22223b;
	--footer-text-color: #9a8c98;
}
