/* 日本語版のためのフォント・行間調整。原文サイトの index.css の後に読み込む */
:root {
  --sans: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman",
    "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}
body { line-height: 1.85; }
.ja-note { font-size: .85rem; }
.ja-note a { color: inherit; }
.ja-banner {
  background: var(--paper-deep, #efece4);
  font-size: .85rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.ja-banner a { color: inherit; }
