/* テキスト選択色（見た目の適用） */
::selection{
  background: var(--wan-selection-bg);
  color: var(--wan-selection-fg);
}

/* 0_tokens/typography.css */
:root {
  /* 太さのバリエーションを定義 */
  --wan-f-weight-regular: 400;
  --wan-f-weight-medium:  500;
  --wan-f-weight-bold:    700;
	
--wan-font-en: 'Jost', sans-serif;
  --wan-font-jp: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}