@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/bebas-neue-regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Rubik Doodle Shadow';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-doodle-shadow-regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/indie-flower-regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-light.woff2") format("woff2");
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ubuntu-medium.woff2") format("woff2");
}
iframe {
  width: 100%;
}
h1 {
  font-family: "Rubik Doodle Shadow", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  margin: 1rem 0 0;
  text-align: center;
  text-transform: uppercase;
}
h2, p.tagline {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0.5rem;
}
h2 {
  font-size: 5vw;
  margin-top: 1rem;
}
h3, p, ol, ul, table {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 1vw 2rem 1vw;
}
h3 {
  font-size: 2vw;
  text-transform: uppercase;
}
div#content, div#footer {
  border-top: 0.5rem solid #000;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 70vw;
}
div#content p, div#content li {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2rem;
}
div#footer p {
  margin-top: 0.5rem;
  text-align: center;
}
p.tagline {
  border-top: 0.5rem solid #000;
  font-size: 2.5vw;
  margin: 0 auto;
  padding-top: 0.25rem;
  text-align: center;
  width: 70vw;
}

/* table styles */
table {
  border: 1px solid #333;
  border-collapse: collapse;
  break-inside: avoid;
  font-family: "Indie Flower", serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
table thead, table tfoot {
  border: 1px solid #333;
  font-weight: bold;
}
table caption {
  font-size: 1.75vw;
  font-weight: bold;
  text-align: left;
}
th, td {
  padding: 0 0.5rem;
}
tbody td:first-child {
  overflow: hidden;
  position: relative;
}
tbody td:first-child:after {
  content: ".......................................................................................................................................................................................";
  padding-left: 0.25rem;
  position: absolute;
}
td:last-child {
  text-align: right;
  white-space: nowrap;
  width: 1rem;
}
tr.emphasize, span.emphasize {
  background-color: gold;
}

span.action {
  background-color: black;
  color: white;
  padding: 0 1vw;
}

/* media queries */
@media only screen and (min-width: 1001px) {
  div.article-content {
    column-count: 2;
    column-gap: 1vw;
  }
}
@media print {
  iframe {
    display:none;
  }
  .break-after {
    break-after: always;
  }
}
