@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

#root {
  transition: padding 0.25s;
  padding: 3rem 1rem;
}

#root * { opacity: 0; }
#root .app, #root .app * { opacity: 1; }

@media only screen and (max-width: 600px) {
  #root {
    padding: 2rem 0;
  }
}

.version {
  height: 1.25rem;
  font-family: Roboto, sans-serif;
}

.word {
  margin-bottom: 0.5rem;
}

.word input,
.lang input {
  line-height: 1 !important;
}

.examples {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.examples .label {
  margin-bottom: 0.25rem;
}

.intro {
  margin-top: 1rem;
}

.footer {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.intro a:hover,
.copyright a:hover {
  text-decoration: underline;
}
