@import url("modules/layout.css");

:root {
  --jp-primary: #7c3aed;
  --jp-link: #6d28d9;
  --jp-text: #18181b;
  --jp-muted: #71717a;
  --jp-card-bg: #fafafa;
  --jp-border: #e4e4e7;
  --jp-tag-bg: #f5f3ff;
  --jp-radius: 12px;
  --jp-max-width: 920px;
  --jp-gap: 0.875rem;
}

body {
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  background: #fafafa;
  margin: 0;
}

.jp-title {
  font-weight: 700;
}
