/* Studywise (powered by My Schola) - shared brand tokens.
   Page layouts keep their own styles; this file holds the palette and a
   few shared helpers so future pages stay visually consistent. */
:root {
  --indigo: #2563eb;
  --indigo-deep: #0f2540;
  --indigo-soft: #eff6ff;
  --emerald: #2563eb;
  --emerald-dark: #1d4ed8;
  --ink: #1f2430;
  --muted: #6b7280;
  --bg-soft: #f6f7fb;
  --line: #e7e8f0;
}
.sw-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #fff;
  background: var(--emerald);
  border-radius: 999px;
  padding: 3px 10px;
}
.sw-save {
  color: var(--emerald-dark);
  font-weight: 700;
}
