@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
body {
  font-family: 'Lato', sans-serif;
}
h1.header {
  border-bottom: 1px solid black;
  margin-bottom: 0;
}
h1.header img {
  margin: .5em auto;
}
.clip {
  cursor: pointer;
}
.clip .clip__icon {
  color: #ccc;
}
.clip .clip__icon.playing {
  color: black;
}
.clip .content {
  color: #000;
}
.clip .clip__artist {
  color: #aaa;
}
.ui.selection.list > .item {
  padding: 1em .5em;
}
[v-cloak] {
  display: none;
}
/*# sourceMappingURL=retitled.css.map */