@font-face {
  font-family: 'Title';
  src: url('title.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Body';
  src: url('body.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'Body', sans-serif;
  text-decoration: none;
  text-align: center;
  color: #666666;
  overflow-x: hidden;
}
h1, h2, h3,
h1 a, h2 a, h3 a {
  font-family: 'Title', sans-serif;
}

pre {
  font-family: 'DM Mono', monospace;
}

body {
  background-color: black;
  min-width: 23.4375rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 6.25rem;
  padding-bottom: 0.625rem;
}
h2 {
  font-size: 4.6875rem;
  padding-bottom: 0.625rem;
}
h3 {
  font-size: 3.125rem;
}
h4 {
  font-size: 2rem;
}
p {
    font-size: 1.25rem;
}
a {
  color: white;
}
pre {
  font-size: 1rem;
  color: white;
}

.clipboard {
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border: 0.0625rem solid #666666;
  border-radius: 0.833rem;
}

.clipboardButton {
  display: inline-block;
  cursor: pointer;
  margin-left: 1.25rem;
  vertical-align: middle;
  user-select: none;
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.1s;
}

.clipboardButton svg {
  width: 100%;
  height: 100%;
  fill: white;
  transition: fill 0.2s;
}

.container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.podcastLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.25rem;
  padding-bottom: 0.625rem;
}

h2.rule {
    margin-top: -3.125rem;
    white-space: nowrap;
}

h3.rule {
    margin-top: -1.25rem;
    white-space: nowrap;
}

.tracklist {
  border-collapse: collapse;
  color: white;
  margin-top: 1rem;
}

.tracklist th,
.tracklist td {
  text-align: left;
  padding: 0.4rem 1rem;
}

.tracklist th {
  color: #666666;
  border-bottom: 0.0625rem solid #666666;
  padding-bottom: 1rem;
}

.tracklist tbody tr:first-child td {
  padding-top: 1rem;
}

.tracklist td:first-child,
.tracklist th:first-child {
  text-align: right;
  color: #666666;
  padding-right: 1.25rem;
}
