/* ================================================================
   PepDoc — Theme CSS
   MEDVi-inspired warm light palette. Montserrat headings, Onest body.
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Onest:wght@400;500&display=swap');

:root {
  --color-bg:           #faf9f7;
  --color-surface:      #f2f0ed;
  --color-surface-2:    #ffffff;
  --color-primary:      #2e936f;
  --color-primary-dark: #1f6b50;
  --color-primary-light:#e8f5f0;
  --color-text:         #242220;
  --color-text-muted:   #8e877c;
  --color-border:       #e0d9d0;
  --color-user-bubble:  #2e936f;
  --color-user-bubble-fg: #ffffff;
  --color-accent:       #2e936f;
  --color-shadow:       rgba(46,147,111,0.08);

  --font-heading: 'Montserrat', system-ui, sans-serif;
  --font-body:    'Onest', system-ui, sans-serif;
  --font-mono:    'Fira Code', 'Courier New', monospace;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  28px;

  --sidebar-width: 260px;
  --header-height: 52px;
}
