/* Interフォントを適用 */ body { font-family: 'Inter', sans-serif; } /* 基本的なリンクスタイル */ a { color: #2563eb; /* blue-600 */ text-decoration: underline; } a:hover { text-decoration: none; } /* 目次内のリンクスタイル */ .table-of-contents a { text-decoration: none; font-weight: 500; } .table-of-contents a:hover { text-de…