#toolset {
  display: none;
}

body {
  background-color: #333;
  color: #000;
  padding: 4em;
  font-family: "Monument Grotesk Mono Variable", Icons;
}

/* Link states */
a:active {
  opacity: 0.7;
}

.page a.active {
  opacity: 0.4;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding-left: 4em;
}

blockquote {
  margin: 0;
  padding-left: 2em;
}

hr {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: 0.5em;
}

.gallery_image_caption {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(237, 237, 237, 1);
  font-family: Diatype, Icons;
  font-style: normal;
  line-height: 1.2;
}

/* Loading */
.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/* Predefined styles */
[data-predefined-style="true"] bodycopy {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .07em;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0.1em;
  border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
  text-decoration: none;
}

[data-predefined-style="true"] h1 {
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.0em;
  color: rgba(255, 255, 255, 1);
  font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[data-predefined-style="true"] h1 a {
  color: rgba(255, 255, 255, 1);
      letter-spacing: 0.0em;
}

[data-predefined-style="true"] h2 {
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: rgba(218, 218, 218, 1);
  font-size: 4.2rem;
  letter-spacing: 0.0em;
  line-height: 1;
  font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[data-predefined-style="true"] h2 a {
  color: rgba(218, 218, 218, 1);
  letter-spacing: 0.0em;
}

[data-predefined-style="true"] small {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  font-family: "Monument Grotesk Mono Variable", Icons;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .07em;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
  color: rgba(218, 218, 218, 1);
  border-bottom-width: 0em;
}

/* Links */
a:hover {
  font-size: 130%;
  color: #333;
}

[data-css-preset] .content_padding {
	padding-top: 5rem /*!main_margin*/;
	padding-bottom: 5rem /*!main_margin*/;
	padding-left: 5rem /*!main_margin*/;
	padding-right: 5rem /*!main_margin*/;
}
