/* =========================================================
   about03-tokens.css
   載入：shared-typography.css 之後
   頁面：全關於華城改版頁
========================================================= */

/* =========================================================
   About 單元 design tokens（--about-*）
   版型：include/AboutSidebar.ascx + shared-sidebar.css
========================================================= */

:root {
  --about-primary: #0c596f;
  --about-primary-deep: #083d4d;
  --about-accent: #19a7b8;
  --about-text: #17303b;
  --about-muted: #5f737d;
  --about-line: rgba(12, 89, 111, 0.10);
}
