@font-face {
font-family: triplicate;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('/woffs/triplicate_b_poly_regular.woff2') format('woff2');
}

@font-face {
font-family: triplicate;
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('/woffs/triplicate_b_poly_italic.woff2') format('woff2');
}

@font-face {
font-family: equity;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('/woffs/equity_ot_b_regular.woff2') format('woff2');
}

@font-face {
font-family: equity;
font-style: italic;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('/woffs/equity_ot_b_italic.woff2') format('woff2');
}

@font-face {
font-family: equity;
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: auto;
src: url('/woffs/equity_ot_b_bold.woff2') format('woff2');
}

@font-face {
font-family: equity;
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: auto;
src: url('/woffs/equity_ot_b_bold_italic.woff2') format('woff2');
}

@font-face {
font-family: advocate;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('/woffs/advocate_ot_14_cond_reg.woff2') format('woff2');
}

@font-face {
font-family: concourse-index;
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('/woffs/concourse_index_regular.woff2') format('woff2');
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  font-size: 18px;
}

body {
  background: rgb(245, 245, 245);
}

article {
  font-family: "equity";
  font-feature-settings: "ss03" 1, "ss05" 1, "ss06" 1;
  font-size: clamp(1rem, 1rem + 0.5vw, 1.25rem);
  padding-inline: min(2rem, 4vw);
  line-height: 1.34;
}

a {
  text-decoration: none;
  color: rgb(128,120,46);
}

a:hover {
  color: #aaa;
}

p {
  margin-block: 1em;
}

article > p:first-of-type {
  margin-block: 2em;
  font-size: 120%;
}

ol {
  margin-left: 2rem;
  margin-right: min(2rem, 4vw);
}

ol {
  counter-reset: foobar;
}

ol li {
  list-style: none;
}

ol li::before {
    float: left;
    position: relative;
    font-size: 1.2em;
    margin-left: -1.5em;
    top: -0.1em;
    counter-increment: foobar;
    content: counter(foobar);
    font-family: "concourse-index";
    font-style: normal;
    font-feature-settings: 'ss01' 0;
}

article {
  max-width: 800px;
  margin-inline: auto;
}

blockquote {
  background: rgb(252, 252, 252);
  color: rgb(50, 50, 50);
  font-style: italic;
  font-size: 110%;
  padding: 1rem min(2rem, 4vw);
  margin: inherit;
  border-block: 1.5px solid;
  hyphens: none;
  text-wrap: balance;
  margin-block: 1em;
}

attribution {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-feature-settings: "c2sc" 1;
  font-size: 90%;

}


h1, h2 {
  font-weight: inherit;
  text-transform: uppercase;
  hyphens: none;
  text-wrap: balance;
  line-height: 0.8;
}

h1 {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  padding-block: 3rem;
  background: black;
  color: white;
  font-family: "advocate";
  font-size: 600%;
}

@media (max-width: 430px) {
  h1 {
    font-size: 8ch;
  }
}

h1 span {
  display: block;
  font-size: 80%;
  margin-top: 1rem;
}

h2 {
  font-family: "advocate";

  background: black;
  color: white;
  margin-top: 2em;
  padding-top: 3em;
  padding-inline: 1rem;
  padding-bottom: 1rem;
  font-size: 350%;
}


article img {
  width: 100vw;
  max-height: 90dvh;
  margin-left: calc(50% - 50vw);
  object-fit: cover;
  object-position: center;
  margin-block: 1.5em;
}

@media (max-width: 430px) {
  article img {
    aspect-ratio: 1;
  }
}

article img.inline {
  width: 100%;
  max-height: inherit;
  margin: inherit;
  object-fit: inherit;
  object-position: inherit;
  aspect-ratio: inherit;
}

article aside {
  font-family: "triplicate";
  font-feature-settings: "ss03" 0, "ss05" 0, "ss06" 0;
  font-style: italic;
  font-size: 80%;
  background: rgb(255, 244, 244);
  padding: 0rem min(2rem, 4vw) 1rem min(2rem, 4vw);
  border: 2px dotted red;
  hyphens: none;
  margin-block: 3rem;
}

article aside h2 {
  font-family: inherit;
  font-size: 110%;
}
