@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap";:root{--color-background:#fff;--color-text:#000;--color-primary:#2563eb;--color-accent:#10b981;--font-family-base:"Noto Sans TC","Segoe UI",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:0;height:0}*{scrollbar-width:none;-ms-overflow-style:none}html,body{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-family-base);width:100%;height:100%;line-height:1.6;overflow:auto!important}a{color:var(--color-primary);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{outline:none;font-family:inherit}
