@font-face {
  font-family: "Cutive Mono";
  src: url("../fonts/CutiveMono-Regular.ttf");
}
body {
  max-width: 800px;
  margin: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body header {
  text-align: center;
  font-family: "Cutive Mono", monospace;
  margin-top: 20px;
}
body header h1 {
  min-height: 132px;
  font-weight: 500;
  font-size: 60px;
  margin: 20px 0;
  color: transparent !important;
  background: url("/assets/merle_spaced.png") center no-repeat;
  background-size: contain;
}
body header > span {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
}
body header > span a {
  font-weight: 600;
  display: block;
  margin: 10px 0;
}
body ._frame {
  font-family: "Helvetica Neue", sans-serif;
}

.playlists > .playlist .active {
  display: none;
}
.playlists > .playlist .inactive {
  display: inline-block;
}
.playlists > .playlist:hover .active {
  display: inline-block !important;
}
.playlists > .playlist:hover .inactive {
  display: none !important;
}

.musics_page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
}
.musics_page > p {
  text-align: center;
  font-size: 1.1rem;
}
.musics_page .track {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 0;
  background: #eee;
  color: #333;
  cursor: pointer;
}
.musics_page .track .title {
  font-weight: bold;
  font-size: 1.2rem;
}
.musics_page .track .title .subtitle {
  font-weight: lighter;
}
.musics_page .track iframe {
  border-radius: 12px;
  width: 100%;
}

.subtitle {
  font-size: 0.7em;
}

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