@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@400;500;700;900&display=swap');
:root { --font-main: 'Chiron GoRound TC', sans-serif; }
body { font-family: var(--font-main); }
input, textarea, select, button, option { font-family: inherit; }
