/* ============ GLOBAL ============ */
#toolset {
	display: none;
}

body {
	background-color: rgb(255, 251, 117);
	color: #000;
}

a:active {
	opacity: 0.7;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub {
	top: 0.3em;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.4em;
	position: relative;
	vertical-align: baseline;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

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

.content img {
	float: none;
	margin-bottom: 0;
	vertical-align: bottom;
}

[image-gallery="slideshow"] {
	margin-bottom: 2rem;
}

.gallery_image_caption {
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Semi-Mono", Icons;
	font-style: italic;
	text-align: right;
	line-height: 1.2;
}

/* ============ TYPOGRAPHY ============ */
[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: inherit;
}

[data-predefined-style="true"] h1,
[data-predefined-style="true"] h2 {
	font-family: 'Adelphe';
	font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.75);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	margin: 0;
	padding: 0;
}

[data-predefined-style="true"] h1 {
	font-size: 4rem;
	line-height: 1.1;
	letter-spacing: -0.05rem;
}

[data-predefined-style="true"] h2 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.2;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.3;
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

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

/* ============ LAYOUT ============ */
[data-css-preset] .container {
	margin: 0 auto;
	text-align: center;
}

[data-css-preset] .container_width {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

[data-css-preset] .content_padding {
	padding: 2rem;
}

/* ============ THUMBNAILS ============ */
.thumbnails .thumb_image {
	outline: 1px solid rgba(0, 0, 0, 1);
}

.thumbnails .title {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Diatype Variable", Icons;
	font-style: italic;
	line-height: 0.4;
	text-align: right;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .tags {
	margin-top: 0.8rem;
	margin-bottom: 1.5rem;
	font-size: 0.9rem;
	text-align: right;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: italic;
	line-height: 1.3;
}

.thumbnails .tags a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	border-bottom: 0;
}

.thumbnails .has_title .tags {
	margin-top: 0;
}
