@import url("modules/layout.css");

:root {
  --jp-primary: #059669;
  --jp-link: #047857;
  --jp-text: #111827;
  --jp-muted: #4b5563;
  --jp-card-bg: #ffffff;
  --jp-border: #d1d5db;
  --jp-tag-bg: #ecfdf5;
  --jp-radius: 4px;
  --jp-max-width: 1000px;
  --jp-gap: 1.25rem;
}

body {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  background: #f3f4f6;
  margin: 0;
}

.jp-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
