:root {
  --dark-primary-color: #303F9F;
  --default-primary-color: #3F51B5;
  --light-primary-color: #C5CAE9;
  --text-primary-color: #FFFFFF;
  --accent-color: #FFC107;
  --primary-text-color: #212121;
  --secondary-text-color: #757575;
  --divider-color: #BDBDBD;
}
*{
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
}
#app {
    font-family: 'Noto Sans JP', sans-serif;
}