/* 想換顏色時，只改冒號後面的值；其他檔案不用動。 */
:root {
  --club-primary: #161616;
  --club-primary-strong: #050505;
  --club-accent: #d7d4ce;
  --page-background: #dededb;
  --surface: #f7f7f3;
  --surface-soft: #d8d6d1;
  --text-main: #0b0b0b;
  --text-muted: #5f5d59;
  --line-color: #111111;
  --hero-glow: transparent;
  --card-radius: 1.35rem;
  --button-radius: 1rem;
  --card-shadow: 10px 10px 0 rgba(0, 0, 0, 0.18);
}
