/*
 * 全站覆寫 — 逐字取自首頁-v2-Raycast風.dc.html 的 <helmet><style>。
 * 載入順序:fonts/lexend.css → vendor/nocturne.css → tokens.css → 本檔 → base.css。
 * 不要在這裡加新規則;新規則屬於個別頁面的 <style> 或 base.css。
 */
a { color: var(--color-accent-300); text-decoration: none; }
a:hover { color: var(--color-accent-200); }
body,h1,h2,h3,h4,h5,h6,p,li,button,input,select,textarea { font-family: Lexend, -apple-system, BlinkMacSystemFont, 'Noto Sans TC', sans-serif; }
@keyframes cmdCaret { 0%, 48% { opacity: 1; } 52%, 100% { opacity: 0; } }
