@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans+TC:400,700&display=swap');

:root {
  --mainColor: rgb(110, 71, 39);
  --mainColorOpacity: rgb(110, 71, 39);
  --fontColor: rgb(60, 60, 60);
  --viceColor: rgb(110, 71, 39);
  --mainFont: 'Lato', 'Noto Sans TC', sans-serif;
  --viceFont: 'Lato', 'Noto Sans TC', sans-serif;
}