@charset "UTF-8";
/* lundaTempo — style.sass */
/* Fill in your styles here. */
* {
  text-align: center;
  font-family: Caladea, serif;
  line-height: 1.62;
}

a:link {
  text-decoration: none;
}

body {
  max-width: 87%;
  overflow-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
}

:root {
  color: black;
  background-color: white;
}
:root[data-theme=dark] {
  color: white;
  background-color: black;
}
:root {
  text-wrap: wrap;
}
:root #theme-toggle {
  cursor: pointer;
}
:root #copy-link {
  cursor: pointer;
}
:root #download-pdf {
  cursor: pointer;
}

:root a {
  color: black;
}

:root[data-theme=dark] a {
  color: white;
}

a, .song-number {
  font-size: 1.35em;
  line-height: 1.28;
}

.songlyrics {
  font-size: 1.24em;
}

.songinfo {
  font-size: 1.4em;
}

.half-br {
  height: 0.81em;
}

.source-text {
  font-size: 1.1em;
}

button {
  font-size: 1.3em;
  background-color: white;
}

/*# sourceMappingURL=style.css.map */
