@media (prefers-color-scheme: dark) {    body {        background-color: #000000;        color: #ffffff;    }}


@font-face {    font-family: 'CustomFont';    src: url('https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf') format('truetype');}
body {  
  font-family: 'CustomFont', 'BitstreamVeraSans' Monospace ; /* Fallback to sans-serif if font fails */  
}  

.heading {  
  font-family: 'CustomFont', 'BitstreamVeraSans' Monospace ;  
}  
@font-face {
  font-family: equity_a;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: equity_a;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: equity_a;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: equity_a;
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: equity_a_caps;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: equity_a_caps;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_4_caps;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_4_caps;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_4;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_4;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_4;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_4;
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_3;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_3;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_3;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_3;
  font-style: italic;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_3_caps;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
@font-face {
  font-family: concourse_3_caps;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: auto;
  src: url("https://adrianthomasfernandez.neocities.org/MxPlus_ToshibaSat_9x16.ttf") format("ttf");
}
html {
  --bg: white;
  --bg-dark: hsl(240, 9%, 90%);
  --body: hsl(0, 0%, 10%);
  --border-color: hsl(0, 0%, 70%);
  --light: hsl(240, 1%, 35%);
}

@media (prefers-color-scheme: dark) {
  html {
    --bg: hsl(200, 3%, 12%);
    --bg-dark: hsl(0, 0%, 20%);
    --body: hsl(0, 0%, 85%);
    --border-color: hsl(0, 0%, 30%);
    --light: hsl(0, 0%, 65%);
  }
}
@media (max-width: 600px) {
  body {
    padding: 0 5%;
  }
}
html {
  background-color: var(--bg);
  color: var(--body);
  font-feature-settings: "kern" on;
  font-variant-ligatures: common-ligatures;
  height: 100%;
  margin: 0;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

main {
  max-width: 36rem;
  min-height: 60vh;
  margin: 0 auto;
  width: 100%;
}

nav a {
  color: var(--light);
  text-decoration: none;
}

footer {
  height: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 100%;
  width: 36rem;
}

footer a {
  color: var(--light);
  text-decoration: none;
}

p, details, summary {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 1.5rem 0;
}

ul, ol {
  padding-left: 1.625rem;
}

li {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-top: 0.5rem;
}

a {
  color: var(--light);
  text-decoration-color: var(--light);
}

blockquote {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

blockquote p {
  color: var(--body);
  font-size: 1.125rem;
  hanging-punctuation: first;
  line-height: 1.3;
}

pre {
  font-size: 1rem;
  hanging-punctuation: none;
  overflow: scroll;
  padding: 0 0.5rem;
}

code {
  font-size: 1rem;
  line-height: 1.4;
}

.small-caps-sans {
  font-family: equity_a_caps, Times, serif;
  text-transform: lowercase;
}

.small-caps {
  font-family: equity_a_caps, Times, serif;
}

.footnotes {
  margin-top: 3rem;
}

.footnotes p, .footnotes li {
  color: var(--light);
  font-size: 1.125rem;
  line-height: 1.2;
}

.home p {
  margin-top: 1rem;
}

.home {
  font-family: equity_a, Times New Roman, serif;
  font-size: 1.25rem;
}

.home header {
  align-items: center;
  display: flex;
  margin: 4rem 0 2rem 0;
}

.home header h1 {
  font-family: equity_a, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

.home-header-text p {
  font-family: equity_a, Times New Roman, serif;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
  padding-top: 0.5rem;
}

.home-picture {
  border: 1px solid var(--main-background-color);
  border-radius: 50%;
  margin: 0 5% 0 0;
  max-height: 120px;
  max-width: 100%;
}

.home h2 {
  font-family: equity_a_caps, Times, serif;
  font-size: 18px;
  margin: 2rem 0 0 0;
  text-transform: lowercase;
}

.home h2 + p {
  margin-top: 1rem;
}

.home-writing {
  display: flex;
}

.home-writing p {
  margin: 0.5rem 1rem 0 0;
}

.post-list-indent {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.post-list-indent a, .post-list-indent time {
  font-size: 1.125rem;
}

#homePictureCaption {
  font-size: 1.125rem;
}

.home-links {
  color: var(--light);
  display: block;
  font-family: equity_a_caps, Times, serif;
  font-size: 1.125rem;
  padding-top: 0.25rem;
  text-decoration: none;
  text-transform: lowercase;
}

.page {
  font-family: equity_a, Times New Roman, serif;
  font-size: 1.25rem;
}

.page header {
  margin: 4rem 0 2rem 0;
}

.page header h1 {
  font-family: equity_a, Times New Roman, serif;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  text-transform: lowercase;
}

.page header nav {
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 0.5rem;
}

.page h2 {
  font-family: equity_a_caps, Times, serif;
  font-size: 1.25rem;
  margin: 2rem 0 -1rem 0;
}

.page a {
  color: var(--body);
}

.page footer {
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 100%;
}

.listing-title-and-date {
  align-items: flex-start;
  display: flex;
}

.listing-page {
  font-family: equity_a, Times New Roman, serif;
  font-size: 1.25rem;
}

.listing-page header {
  margin: 4rem 0 2rem 0;
}

.listing-page header h1 {
  font-size: 1.375rem;
  line-height: 1;
  margin: 0;
}

.listing-page header nav {
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 0.5rem;
}

.listing-page nav {
  color: var(--body);
  text-transform: none;
}

.listing-title {
  color: var(--body);
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  width: 250px;
}

.listing-date {
  color: var(--light);
  display: inline-block;
  font-size: 1.125rem;
  padding-left: 2rem;
}

/*.listing-page footer {
  font-family: $serif-caps;
}*/
.note-listing-title {
  color: var(--body);
  font-size: 1.375rem;
  margin: 3rem 0 0 0;
  text-transform: none;
}

.note-listing-link {
  text-decoration: none;
}

.note-listing-date {
  color: var(--light);
  font-size: 1.125rem;
  font-variant-numeric: oldstyle-nums;
}

.note-listing-permalink a {
  color: var(--light);
  font-size: 1.125rem;
}

.note-listing-permalink a {
  text-decoration: none;
}

.note-listing-body a {
  color: var(--body);
}

.note-listing-body p .small-caps {
  font-family: equity_a_caps, Times, serif;
}

figcaption, .caption {
  color: var(--light);
  font-size: 1.125rem;
  margin: 0.25rem 0 1.5rem 0;
}

img, figure {
  margin: 0 auto;
  max-width: 100%;
}

.post {
  font-family: equity_a, Times New Roman, serif;
  font-variant-numeric: oldstyle-nums;
}

.post a {
  color: var(--body);
}

.post-header {
  margin: 4rem 0 2rem 0;
}

.post-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}

.post-author-and-time {
  color: var(--light);
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0.5rem;
}

.post-author-and-time a {
  color: var(--light);
  text-decoration: none;
}

.post h2 {
  font-size: 1.25rem;
  margin: 2rem 0 -0.5rem 0;
}

/*.post footer {
  color: var(--light);
  font-family: $serif-caps;
  font-size: $small;
}*/
.small-caps {
  font-family: equity_a_caps, Times, serif;
  text-transform: lowercase;
}

img {
  margin-top: 0;
}

a:hover {
  text-decoration: underline;
}

.callout {
  background-color: var(--bg-dark);
  border-left: 4px solid var(--border-color);
  font-size: 1.125rem;
  margin: 1.5rem 0;
  padding: 0.5rem 0 0.5rem 0.75rem;
}

.callout h1, .callout h2 {
  font-size: 1.25rem;
  margin: 0;
}

.callout p {
  font-size: 1.125rem;
}

.internal-nav {
  color: var(--light);
  font-family: concourse_3, Helvetica, sans-serif;
  font-size: 1.125rem;
  text-transform: none;
}

@media (max-width: 600px) {
  .home-picture {
    max-height: 80px;
  }
  .post-header {
    margin: 2rem 0 2rem 0;
  }
  .page header {
    margin: 2rem 0 2rem 0;
  }
  .listing-page header {
    margin: 2rem 0 2rem 0;
  }
  .listing-title-and-date {
    flex-direction: column;
  }
  .listing-title {
    max-width: 100%;
  }
  .listing-date {
    padding-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */