<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Editor styles
 */

/* Light weight; Normal style */
@font-face {
    font-family:'Reckless';
    font-weight: light;
    font-style: normal;
    src: url('https://files.cargocollective.com/c469883/Reckless-Light.woff') format('woff');
}
/* Light weight; Oblique style */
@font-face {
    font-family: 'Reckless';
    font-weight: light;
    font-style: oblique;
    src: url('https://files.cargocollective.com/c469883/Reckless-LightItalic.woff') format('woff');
}

.g-alternate {
font-feature-settings: "ss04";
}

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	font-weight: 400;
	color: #000;
	font-family: "Reckless", Icons;
	font-style: light;
	line-height: 1.3;
}

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

[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(0, 0, 0, 1);

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
    z-index: 100;
}

[data-predefined-style="true"] h1 {
	font-family: "Reckless", Icons;
	font-style: Normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 5.5rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h2 {
	font-family:"Reckless", Icons;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2rem;
	line-height: 1;
	   
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', "Reckless", sans-serif, 'Sans Serif', Icons;
	font-style: italic;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

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

html {
    cursor: crosshair;
}

a {
    cursor: url("https://files.cargocollective.com/c1049081/point_white.png"), auto !important;
}

.content img {
    cursor: url("https://files.cargocollective.com/c1049081/point_white.png"), auto !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	@font-face {
		font-family: 'Reckless';
		src: url('https://files.cargocollective.com/c469883/Reckless-Light.woff') format('woff');	
	}
}


section { padding: 0 !important; }
ul { list-style: none; padding: 0; margin: 0; }
#inv{ position: fixed; bottom: 0; }
ul img { padding: 2% 0 5% 10%; max-width: 100%; }
header { position: fixed; top: 10px; left: 30px; z-index: 3; }
footer { position: fixed; left: 50px; bottom: 40px; z-index: 3; }
#norm { padding-bottom: 200px; }
#inv { padding-top: 200px; }

@media (max-width: 1200px){
	h1 { font-size: 21px; }
} 

background {
	color: transparent;
}

i,
em {
	font-style: italic;
}


.underline {
  border-bottom: 2px solid currentColor;
  display: inline-block;
  line-height: 1;
}</pre></body></html>