$main-color:#5C6EA4;
$hover-color:#5C6EA4;
$text-color:#373840;
$bg-color:#C4C9D5;
$border-color:#D8DAE5;
input,button
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-family: "Noto Sans TC";
}
*
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-family: "Noto Sans TC";
}

