/* ============================================================
   MedShop — Design Tokens (Clinical Store)
   ============================================================ */

:root {
  --bg:            #f4f7f6;
  --surface:       #ffffff;
  --ink:           #1c2b29;

  --brand-50:      #f0fdfa;
  --brand-100:     #ccfbf1;
  --brand-500:     #14b8a6;
  --brand-600:     #0d9488;
  --brand-700:     #0f766e;
  --brand-800:     #115e59;
  --brand-900:     #134e4a;

  --amber-600:     #d97706;
  --red-500:       #ef4444;
  --emerald-800:   #065f46;

  --font-display:  'Sora', ui-sans-serif, system-ui, sans-serif;
  --font-body:     'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;

  --radius-lg:     12px;
  --radius-2xl:    16px;
  --shadow-card:   0 1px 2px rgba(16,42,40,.05), 0 8px 24px rgba(16,42,40,.06);
}
