/* ===== Base (全站基礎設定) ===== */

/* 字型 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
}

/* 主題色（Bootstrap override） */
:root {
  --bs-primary: #0073c0;
  --bs-success: #28a745;
  --bs-warning: #ff9800;
}

/* 通用 badge */
.badge-tag {
  font-size: 0.75rem;
  margin-right: 4px;
}

/* 通用連結（保守版，不強制改色） */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}