@font-face {
	font-family: "Century Gothic";
	src: url("./GOTHICB.TTF") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Century Gothic";
	src: url("./GOTHICBI.TTF") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Century Gothic";
	src: url("./GOTHIC.TTF") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Century Gothic";
	src: url("./GOTHICI.TTF") format("truetype");
	font-weight: 400;
	font-style: italic;
}

:root {
	--sace-mint: #87cca3;
	--sace-light-mint: #aad9bd;
	--sace-teal: #57a59d;
	--sace-navy-blue: #2e416c;
	--sace-medium-blue: #3e6889;
	--sace-powder-blue: #a1b5cf;
	--sace-soft-blue: #cdd5e4;
	--sace-periwinkle: #678cbd;
	--sace-magenta: #a5489b;
	--sace-magenta-hover: #a52e99;
	--sace-lime: #b9d34a;
	--color-dark: #313f57;
	--color-light: #ffffff;
	/* --color-bg: #CDD5E4; */
	--color-bg: #cdd5e463;
	--text-color: #313f57;
	--text-color-light: #ffffff;
	--link-color-light: #87cca3;

	--font: "Century Gothic", "metropolis", sans-serif;
}
