/* RootMark デザイントークン（LP本体 index.html の :root と同一値）
   論点(/journal) 配下の記事・一覧で共有。LP本体のインラインCSSは変更しない。 */
:root{
  --white:   #FFFFFF;
  --bg-off:  #EEEDE8;
  --bg-dark: #0D0D0C;
  --text:    #0D0D0C;
  --text-2:  #3C3C3A;
  --text-3:  #696964;
  --line:    #DDDDD6;
  --accent:  #1A3A5F;
  --max-w:   1200px;
  --pad-x:   clamp(20px, 5vw, 80px);
}
