/* ============================================================================
   全域 base。設計系統原檔 + 呢個 app 需要嘅少量補充。
   ========================================================================= */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{
  margin:0;
  font-family:var(--font-sans);
  font-size:var(--body-size);
  line-height:var(--body-lh);
  color:var(--text-primary);
  background:var(--surface-page);
}
a{
  color:var(--text-link);
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;
  transition:opacity var(--duration-fast) var(--ease-standard);
}
a:hover{opacity:.6}
h1,h2,h3,h4{margin:0;font-weight:var(--weight-semibold)}
p{margin:0}
::selection{background:var(--rh-green);color:var(--rh-black)}

/* 錢、日期、電話、倒數、百分比、驗證碼 —— 凡係會變嘅數字都要 */
.rh-tabular{font-variant-numeric:tabular-nums}
