@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
html
{
	--fontfamily: "Poppins";
	--bannerbackground: #d9cafe;
	--themesubduedforeground: #c1b7dd;
	--themeinfo: #c1b7dd;
	--pagebackground: #c1b7dd;
	--selectionbackground: #f2e7ff;
	--theme-highlight-color-light: #aaa;
	--theme-highlight-color-lighter: #ddd;
	--themeforeground: #574679;
	--reversethemebackground: #574679;
	--navopenbackground: rgba(87, 70, 121, 0.05);
	--focusboxshadow: 0 0 0 0.20rem rgba(87, 70, 121, 0.75), 0 0 0 0.35rem rgba(255,255,255, 0.65);
	--buttonbackgroundhover: #69598b;
	--buttonbackgroundfocus: #76649c;
	--buttonbackgroundactive: #8a76b6;
	--linkcolor: #574679;
	--reverselinkbackground: #574679;
	--linkcoloremphasized: #220543;
	--themefilter: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%20width%3D%228%22%20height%3D%228%22%3E%0A%3Cdefs%3E%0A%09%3Cfilter%20id%3D%22filter%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%09%09%3CfeComponentTransfer%3E%0A%09%09%09%3CfeFuncR%20type%3D%22table%22%20tableValues%3D%220.34%201%22%2F%3E%0A%09%09%09%3CfeFuncG%20type%3D%22table%22%20tableValues%3D%220.28%201%22%2F%3E%0A%09%09%09%3CfeFuncB%20type%3D%22table%22%20tableValues%3D%220.45%201%22%2F%3E%0A%09%09%3C%2FfeComponentTransfer%3E%0A%09%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E#filter");
}
