/* ============================================================
   BAKUMED PHARMACY â€” Design Tokens
   Change brand colours here â€” updates everywhere instantly
   ============================================================ */

:root {
  --green:        #2E8B6C;
  --green-light:  #3DAE87;
  --green-pale:   #D6F0E8;
  --navy:         #0F1F2E;
  --navy-mid:     #1A3347;
  --cream:        #F7F5F0;
  --white:        #FFFFFF;
  --text:         #1A1A1A;
  --text-muted:   #6B7280;
  --gold:         #C9A84C;
  --radius:       16px;
  --radius-sm:    8px;
}