/* ============================================================
   BRAND SKIN — Cavmir
   This is the ONLY file that changes per brand. Swap these tokens
   (and PORTAL_BRAND / PORTAL_NAME in wrangler.toml) to re-skin the
   exact same portal for WebsiteBulldozer, the Attorney site, etc.
   ============================================================ */
:root {
  --brand:        #6B214B;   /* Cavmir burgundy */
  --brand-ink:    #4d1636;   /* darker, for hovers / text on light */
  --brand-soft:   #f6eef3;   /* tint for active nav / chips */
  --brand-rgb:    107, 33, 75;
  --accent:       #D4AF37;   /* Cavmir gold */
  --accent-ink:   #8a6d12;   /* gold legible on light backgrounds */

  --brand-font:   'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --brand-serif:  'Cormorant Garamond', Georgia, serif;

  /* Wordmark shown in the sidebar / login. */
  --wordmark:     'Cavmir';
  --product:      'Client Portal';
}

/* Brand webfonts (matches cavmir.com). */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&family=Cormorant+Garamond:wght@400;500;600&display=swap');
