@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

body {
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.wp-element-button {
		background-color : #FFFFFF !important;
		border : 1px solid #121212 !important;
		color : #121212 !important;
}