@font-face {
  font-family: 'GT Pantheon';
  src: url('GT-Pantheon-Display-Light-Trial.woff2') format('woff2');
}
@font-face {
  font-family: 'GT Eesti';
  src: url('GT-Eesti-Text-Light-Trial.woff2') format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'GT Eesti';
  src: url('GT-Eesti-Text-Medium-Trial.woff2') format('woff2');
  font-weight: 500;
}

body {
  /* background-color: rgba(255,255,255,0.6);
  background-image: url('subsurface.jpeg');
  background-size: 400px;
  background-position: calc(100% - 120px) 120px;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-attachment: fixed; */
}

* {
  /* color: white; */
  box-sizing: border-box;
}

main {
  padding: 14em 2em;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

main div {
  margin-bottom: 2em; 
}

h1 {
  font-family: 'GT Pantheon';
  font-size: 38px;
  margin-bottom: 48px;
  /* mix-blend-mode: color-dodge; */
}

h2 {
  font-family: 'GT Pantheon';
  font-weight: 700;
  font-size: 28px;
  margin-top: 64px;
  /* mix-blend-mode: color-dodge; */
}

h2::before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background-color: #DDD;
  margin-bottom: 20px;
}

h3 {
  font-family: 'GT Pantheon';
  font-weight: 700;
  font-size: 18px;
  margin-top: 12px;
}

p, td, li {
  font-family: 'GT Eesti';
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}

b {
  font-weight: 500;
}

i {
  font-style: italic;
}

p a {
  text-decoration: none;
  font-weight: 500;
  /* mix-blend-mode: color-dodge; */
  color: blue;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

ul {
  font-family: 'GT Eesti';
  line-height: 130%;
  padding-left: 1.5em;
}

li {
  list-style-type: "⤐ ";
  margin-bottom: 6px;
  font-weight: 300;
}

img {
  /* mix-blend-mode: color-dodge; */
}

table {
  width: 80%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  overflow-x: auto;
}

td {
  border: 1px solid #EEE;
  padding: 8px;
  word-wrap: break-word;
}

td img {
  max-width: 100%;
  height: auto;
}

td p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: center;
}


/* MOBILE RULES */

@media(max-width: 45em) {
  table {
    width: 100%;
  }
}