[data-theme="custom"], :root{
	--primary-color-hue: 216;
	--primary-color-saturation: 42%;
	--primary-color-lightness: 25%;
	--banner-background: url(../img/banner.svg);
}

.login-page {
	--login-logo: url("/theme/dolibarr_logo.svg"); /* for relative path, must be relative to the css file or use full url starting by http:// */
}
/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS */
:root, [data-theme="custom"] {
  --font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --border-radius: 12px;
  --background-color: #f7f7fb;
  --card-background-color: #ffffff;
  --color: #121212;
  --h1-color: #111118;
  --primary-hover: #4a2fcc;
}
body { background: #f7f7fb; }
body &gt; nav { background: rgba(255,255,255,.85); border-bottom: 1px solid #e0e0f0; }
article { border: 1px solid #e0e0f0; border-radius: 18px; box-shadow: 0 8px 24px rgba(108,75,255,.06); }
