@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

*,
*::before,
*::after { 
	box-sizing: border-box; 
} 

html {
    scroll-behavior: smooth;
} 

body { 
	font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
} 

img {
    max-width: 100%; 
    height: auto; 
    display: block; 
} 
 
a { 
    display: block; 
    text-decoration: none;
} 

sub { 
    vertical-align: sub; 
} 
 