@font-face {
  font-family: "microgramma-regular";
  src: url("/webfonts/microgramma-regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "microgramma-bold";
  src: url("/webfonts/microgramma-bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}

body {
  background-color: black;
  color: white;
  font-family: "microgramma-regular";
}

a:link, a:visited, a:active {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #fecb2f;
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: "microgramma-bold";
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
}

footer {
  font-size: 60%;
  margin-top: 20px;
  text-align: center;
}

img {
  height: 28px;
  width: 26px;
  margin-right: 10px;
}

ul {
  list-style-type: none;
  margin: 40px 0;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
}

span {
  color: #fecb2f;
  font-family: "microgramma-regular";
  text-transform: none;
}

#container {
  margin: 40px auto auto;
  width: 50%;
}

.bandcamp-player iframe {
  border: 0;
  height: 42px;
  padding: 0;
  width: 100%;
}

.stores {
  font-size: 75%;
  list-style-type: none;
  margin-top: 20px;
}

.stores img:not(:first-child) {
  margin-left: 10px;
}
