/* ==================================================
  てんてらす ブランドカラー変数
  (旧 Additional CSS の変数ブロックを移行したもの)
================================================== */
:root {
  --tenterasu-color-bg-warm: #fff6f7;
  --tenterasu-color-bg-warm-alt: #ffecef;
  --tenterasu-color-text-footer: #3c2f2f;
  --tenterasu-color-link-footer: #3c2f2f;
  --tenterasu-color-accent: #e45a86;
  --tenterasu-color-line-footer: rgba(80, 40, 40, .14);
  --tenterasu-color-bar: #eae3e6;
  --tenterasu-color-bg-header: #fff6f7;
  --tenterasu-color-text-header: #2f2a2a;
  --tenterasu-color-subtext-header: rgba(47, 42, 42, .62);
}
