/* LMS B2C — Theme: client-default
 *
 * This file ships with the canonical look. To rebrand for a specific
 * client, duplicate the parent folder (e.g. templates/client-default →
 * templates/client-acme), tweak the variables / overrides below, and
 * set `app_theme` in admin Settings (or directly in app_settings DB).
 *
 * Loaded AFTER assets/css/b2c.css by part/layout-head.php so anything
 * here overrides the base styles cleanly.
 */

:root {
  --theme-primary:        #6d28d9;
  --theme-primary-deep:   #5b21b6;
  --theme-accent:         #ec4899;
  --theme-accent-soft:    #fce7f3;
  --theme-radius:         12px;
  --theme-font:           -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Optional brand polish — uncomment per client. */
/*
body { font-family: var(--theme-font); }
.lms-brand        { color: var(--theme-primary); }
.btn-primary      { background: var(--theme-primary); border-color: var(--theme-primary); }
.btn-primary:hover{ background: var(--theme-primary-deep); border-color: var(--theme-primary-deep); }
*/
