/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-brand-primary: #b32023; /** 馬偕紅（主色）· 來源：校徽向量檔取色 🟢（官網 CSS 現用 #C8171F，現況不一致待統一） */
  --color-brand-primary-dark: #8c1a1c; /** 深紅（hover/深階）· 由主色衍生 🟡 */
  --color-brand-secondary: #013767; /** 馬偕深藍（輔色）· 來源：官網 CSS 品牌變數 🟡 待校方核定 */
  --color-brand-tertiary: #04aaa2; /** 青綠（輔色）· 來源：官網 CSS 品牌變數 🟡 待校方核定 */
  --color-brand-accent: #f6ad00; /** 金黃（點綴）· 來源：官網 CSS 品牌變數 🟡 待校方核定 */
  --color-text-default: #3f3b37; /** 內文墨色（產品層暖石墨，2026-07-03 首頁比稿 1a 定案） */
  --color-text-muted: #79716b; /** 說明文字（產品層暖石墨） */
  --color-text-on-primary: #ffffff;
  --color-surface-page: #faf9f7; /** 米白紙感背景 → 暖石墨紙白（產品層中性色，非客戶品牌色，2026-07-03 首頁比稿 1a 定案） */
  --color-surface-card: #ffffff;
  --color-surface-line: #eae8e4; /** 細線灰（產品層暖石墨） */
  --color-feedback-success: #1c7a3e;
  --font-family-heading: 'Noto Serif TC', 'PingFang TC', 'Microsoft JhengHei', serif; /** 中文標題：思源宋體（官網現況即主用宋體 🟢） */
  --font-family-body: 'Noto Sans TC', -apple-system, 'PingFang TC', 'Microsoft JhengHei', sans-serif; /** 中文內文：思源黑體 */
  --font-family-mono: ui-monospace, 'SF Mono', Menlo, monospace;
  --radius-card: 16px; /** 產品層 signature 值（Frontify 雙層模式：圓角屬質感基因，各客戶同值） */
  --radius-pill: 999px; /** 真圓角膠囊（產品層 signature 值） */
  --shadow-card: 0 1px 3px rgba(28,25,23,.06); /** 常態卡片陰影（產品層暖石墨色相） */
  --shadow-raised: 0 12px 32px rgba(28,25,23,.08); /** hover 上浮陰影（產品層暖石墨色相） */
}
