@charset "utf-8";

:root {
  /* 品牌 / 页头 */
  --color-header-bg: #142e50;
  --color-link-primary: #30c7ec;
  --color-link-hover: #8cdcf0;
  --color-term-service: #55c3ea;

  /* 强调色 (CTA 按钮) */
  --color-accent: #fe831b;
  --color-accent-hover: #fdab60;
  --color-accent-active: #c76112;

  /* 文本 */
  --color-text-heading: #333333;
  --color-text-body: #676767;

  /* 圆角 */
  --radius-pill: 30px;
}
