:root {
	--montserrat: 'Montserrat', sans-serif;
	--roboto: 'Roboto', sans-serif;
	--barlow: 'BarlowCondensed', sans-serif;

	--primary-foreground: 210 40% 98%;
	--primary: 24 92 47;

	--content: 0 0 42;

	--titles: 0 6 3;
	--orange: 24 76 52;

	--blue: 208 96 30;

	/* --shadcn */
	--background: 0 0% 100%;
	--foreground: 222.2 47.4% 11.2%;

	--muted: 210 40% 96.1%;
	--muted-foreground: 215.4 16.3% 46.9%;

	--popover: 0 0% 100%;
	--popover-foreground: 222.2 47.4% 11.2%;

	--border: 214.3 31.8% 91.4%;
	--input: 214.3 31.8% 91.4%;

	--card: 0 0% 100%;
	--card-foreground: 222.2 47.4% 11.2%;

	--secondary: 223 100 21;
	--secondary-foreground: 210 40% 98%;

	--accent: 210 40% 96.1%;
	--accent-foreground: 0 0% 12%;

	--destructive: 0 100% 50%;
	--destructive-foreground: 210 40% 98%;

	--ring: 215 20.2% 65.1%;

	--radius: 0.5rem;
}

body {
	font-family: var(--barlow);
}
