/* base: https://github.com/xz/new.css */

@font-face {
    font-family: 'Go Mono';
    src: url('/assets/fonts/GoMonoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
	/* --nc-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
	--nc-font-sans: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	/* --nc-font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace; */
	--nc-font-mono: "Go Mono", "Courier New", Courier, monospace, monospace;

	--nc-tx-1: var(--foreground);
	--nc-tx-2: var(--foreground);
	--nc-bg-1: var(--background);
	/* --nc-bg-2: var(--background_); */
	--nc-bg-2: var(--background_);
	--nc-bg-3: var(--background__);
	--nc-lk-1: var(--accent1);
	--nc-lk-2: var(--accent1_);
	--nc-lk-tx: var(--background);
	--nc-ac-1: var(--background_plus);
	--nc-ac-tx: var(--foreground);
}

* {
	/* Reset margins and padding */
	margin: 0;
	padding: 0;
}

address,
area,
article,
aside,
audio,
blockquote,
datalist,
details,
dl,
fieldset,
figure,
form,
input,
iframe,
img,
meter,
nav,
ol,
optgroup,
option,
output,
p,
pre,
progress,
ruby,
section,
table,
textarea,
ul,
video {
	/* Margins for most elements */
	margin-bottom: 1rem;
}

a img {
	margin-bottom: 0rem;
}

html,input,select,button {
	/* Set body font family and some finicky elements */
	font-family: var(--nc-font-sans);
	/* font-size: 100%; */
	font-size: 18px;
}

body {
	/* Center body in page */
	margin: 0 auto;
	max-width: 750px;
	overflow-x: hidden;
}

::selection {
	/* Set background color for selected text */
	background: var(--background_plus);
	color: var(--foreground_plus);
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1;
	color: var(--nc-tx-1);
	padding-top: .875rem;
}

h2,
h3 {
	color: var(--nc-tx-1);
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--background__);
}

h4,
h5,
h6 {
	margin-bottom: .3rem;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
abbr:hover {
	/* Set the '?' cursor while hovering an abbreviation */
	cursor: help;
}

blockquote {
	padding: 0.8rem;
	background: var(--background_weak);
	color: var(--foreground_weak);
	border-left: 4px solid var(--nc-bg-3);
	border-radius: var(--radius);
}

abbr {
	cursor: help;
}

blockquote *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

header {
	background: var(--nc-bg-2);
	border-bottom: 1px solid var(--nc-bg-3);
	padding: 2rem 1.5rem;
	
	/* This sets the right and left margins to cancel out the body's margins. It's width is still the same, but the background stretches across the page's width. */

	margin: -2rem calc(0px - (50vw - 50%)) 2rem;

	/* Shorthand for:

	margin-top: -2rem;
	margin-bottom: 2rem;

	margin-left: calc(0px - (50vw - 50%));
	margin-right: calc(0px - (50vw - 50%)); */
	
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}

header h1,
header h2,
header h3 {
	padding-bottom: 0;
	border-bottom: 0;
}

header > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

header > *:last-child {
	margin-bottom: 0;
}

a button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-size: 1rem;
	display: inline-block;
	padding: 6px 6px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;

	background: var(--background_weak);

	color: var(--nc-lk-tx);
	border: 0;
	border-radius: var(--radius);
	box-sizing: border-box;
	cursor: pointer;
	color: var(--nc-lk-tx);
}

a button[disabled],
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
	cursor: default;
	opacity: .5;

	/* Set the [X] cursor while hovering a disabled link */
	cursor: not-allowed;
}

.button:focus,
.button:enabled:hover,
button:focus,
button:enabled:hover,
input[type="submit"]:focus,
input[type="submit"]:enabled:hover,
input[type="reset"]:focus,
input[type="reset"]:enabled:hover,
input[type="button"]:focus,
input[type="button"]:enabled:hover {
	background: var(--background_plus);
	color: var(--foreground);
}

code,
plre,
kbd,
samp {
	/* Set the font family for monospaced elements */
	font-family: var(--nc-font-mono);
	overflow-x: scroll;
}

code,
samp,
kbd,
pre {
	/* The main preformatted style. This is changed slightly across different cases. */
	/* background: var(--nc-bg-2); */
	color: var(--foreground_weak);
	border-radius: var(--radius);
	padding: 1px 2px;
	font-size: 0.9rem;
}

code {
	    background: var(--nc-bg-2);
}

a code {
	    background: none;
	    display: inline;
	    /* background: #000000; */
}

kbd {
	/* Makes the kbd element look like a keyboard key */
	border-bottom: 3px solid var(--nc-bg-3);
}

pre {
    border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABHNCSVQICAgIfAhkiAAAALpJREFUWEft2UEOgCAMRFG4rokeRhOvqytcoKY/QKqQcT0N9VFcYAydPLGTPsPV6DQvx1PT+7a6vIy1/jiNfj0aaUdN0W4a1YxmW4UPU6pLBV6S+Wi9rX/79KhReColCqFwTKKYCgYlCqFwTKKYCgYlCqFwTKKYCgYlCqFwTKKYCgYlCqFwTKKYCgYlCqFwbBxR60oFkxQGrfXN2zyvq53qRguBmpXpfrSUsnrrfzejpRJedS6/Zlq8zAkv7iA6kXcndgAAAABJRU5ErkJggg==") 14 /  14px / 0 round;
    border-width:  14px;
    border-style:  solid;
}

pre {
	padding: 1rem 1.4rem;
	max-width: 100%;
	overflow: auto !important;
}

pre code {
	/* When <code> is in a <pre>, reset it's formatting to blend in */
	background: inherit;
	font-size: inherit;
	color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
}

code pre {
	/* When <pre> is in a <code>, reset it's formatting to blend in */
	display: inline;
	background: inherit;
	font-size: inherit;
	color: inherit;
	border: 0;
	padding: 0;
	margin: 0;
}

details {
	/* Make the <details> look more "clickable" */
	padding: .6rem 1rem;
	background: var(--nc-bg-2);
	border: 1px solid var(--nc-bg-3);
	border-radius: var(--radius);
}

summary {
	/* Makes the <summary> look more like a "clickable" link with the pointer cursor */
	cursor: pointer;
	font-weight: bold;
}

details[open] {
	/* Adjust the <details> padding while open */
	padding-bottom: .75rem;
}

details[open] summary {
	/* Adjust the <details> padding while open */
	margin-bottom: 6px;
}

details[open]>*:last-child {
	/* Resets the bottom margin of the last element in the <details> while <details> is opened. This prevents double margins/paddings. */
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd::before {
	/* Add an arrow to data table definitions */
	content: '→ ';
}

hr {
	/* Reset the border of the <hr> separator, then set a better line */
	border: 0;
	border-bottom: 1px solid var(--nc-bg-3);
	margin: 1rem auto;
}

fieldset {
	margin-top: 1rem;
	padding: 2rem;
	border: 1px solid var(--nc-bg-3);
	border-radius: var(--radius);
}

legend {
	padding: auto .5rem;
}

table {
	    /* border-collapse sets the table's elements to share borders, rather than floating as separate "boxes". */
	    border-collapse: collapse !important;
	    border-radius: var(--radius);

	    max-width: 90%;
	    border: 1px solid var(--nc-bg-3);
	    border-spacing: 0px;
}

td,
th {
	border: 1px solid var(--nc-bg-3);
	text-align: left;
	padding: .4rem;
	word-break: keep-all;
}

th {
	background: var(--nc-bg-2);
}

table caption {
	font-weight: bold;
	margin-bottom: .5rem;
}

textarea {
	/* Don't let the <textarea> extend off the screen naturally or when dragged by the user */
	max-width: 100%;
}

ol,
ul {
	/* Replace the browser default padding */
	padding-left: 2rem;
}

li {
	margin-top: .4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

mark {
	padding: 3px 6px;
	background: var(--nc-ac-1);
	color: var(--nc-ac-tx);
}

textarea,
select,
input {
	padding: 6px 12px;
	margin-bottom: .5rem;
	background: var(--nc-bg-2);
	color: var(--nc-tx-2);
	border: 1px solid var(--nc-bg-3);
	border-radius: var(--radius);
	box-shadow: none;
	box-sizing: border-box;
}



/* pre[class*="language-"] { */
/*   position: relative; */
/*   margin: 5px 0 ; */
/*   padding: 1.75rem 0 1.75rem 1rem; */

/*   /\* more stuff *\/ */
/* } */

pre button{
  position: absolute;
  top: 5px;
  right: 5px;
}
