/**put the css for your plugin here**/

*{
	box-sizing: border-box;
}

body{
	font-family: tahoma;
}

/* Theme-aware colors */
[data-bs-theme="light"] {
	--auth-bg-primary: #dde5f4;
	--auth-bg-secondary: #f1f7fe;
	--auth-btn-bg: #3d4785;
	--auth-btn-text: #ffffff;
}

[data-bs-theme="dark"] {
	--auth-bg-primary: #1a1f36;
	--auth-bg-secondary: #252d42;
	--auth-btn-bg: #5a6eb5;
	--auth-btn-text: #ffffff;
}