/* Google Fonts URL — change this to swap the brand typeface */
/* @brand-font-url: https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap */

@theme {
	--color-primary: rgb(45, 23, 110);
	--color-secondary: rgb(100, 47, 209);
	--color-tertiary: rgb(206, 183, 246);
	--color-grey: #ededed;
	--color-top-gradient: rgba(206, 183, 246, 0.3);
	--color-bottom-gradient: rgba(255, 255, 255, 0);
	--color-top-footer: rgb(45, 23, 110);
	--color-bottom-footer: rgb(45, 23, 110);

	--font-heading: "Poppins", sans-serif;
	--font-body: "Poppins", sans-serif;

	/* Override breakpoints (match v3 config which replaced defaults) */
	--breakpoint-*: initial;
	--breakpoint-xs: 480px;
	--breakpoint-sm: 640px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 1024px;
	--breakpoint-xl: 1280px;
}
