/* --c-red* names are historical; this JUNPAS override maps them to the product teal. */
:root{
  --c-red:        oklch(0.48 0.091 170.1); /* #0F6E56 製品のティールそのまま。面用・上に白文字（比 6.20） */
  --c-red-bright: oklch(0.67 0.091 170.1); /* #55A78D 暗い地の文字・リンク（比 7.00） */
  --c-red-ink:    oklch(0.44 0.091 170.1); /* #00624B 明るい地の文字（比 7.05） */
  --c-amber:      #F0A93C;                 /* 製品の差し色。面・罫・バーだけ。文字には使わない */
  --c-amber-ink:  #7A5B22;                 /* アンバーの上に載せる文字はこれ */
}
