/* CorpMindX brand overrides for Papra (doc.futurecloud.host).
   Papra themes via shadcn-style HSL triplet variables — remap the primary
   (default orange in light / lime in dark) to CorpMindX coral #ff385c. */
:root {
  --primary: 349 100% 61%;
  --primary-foreground: 0 0% 100%;
  --ring: 349 100% 61%;
}
.dark {
  --primary: 349 100% 61%;
  --primary-foreground: 0 0% 100%;
  --ring: 349 100% 61%;
}
::selection { background: #ff385c33; }
