@font-face {
  font-family: Quicksand;
  font-display: swap;
  src: url("/a/Quicksand-VariableFont_wght.ttf") format("truetype"); }

html {
  font-family: Quicksand, sans-serif;
  font-size: 110%;
  background: #181716;
  color: #ccc1c0; }

body {
  margin: 0;
  display: grid; }

aside {
  max-height: 66vh; }

@media (min-width: 10in) {
  aside {
    max-height: inherit;
    min-height: 100vh; }
  body {
    grid-template-columns: 1fr 1fr; } }

aside {
  height: 100%;
  line-height: 0; }
  aside img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%; }

main {
  padding: 0 .4in;
  max-width: 6in;
  margin-right: auto; }
  main img {
    width: 100%; }

ul {
  list-style: none; }

a:not(:empty) {
  color: #a19695;
  text-decoration: none; }

h1 {
  color: #ac766e;
  font-size: xxx-large;
  font-weight: normal; }

h2 {
  color: #ac766e;
  font-size: x-large; }

hr {
  border: 0;
  border-top: 6px dotted #8c443c;
  margin: 0.4in auto; }

ul {
  padding-left: 0; }

p {
  line-height: 200%; }

blockquote {
  border-left: 3px solid #8c443c;
  margin: 0;
  padding-left: 0.2in; }
  blockquote p:last-child {
    color: #ac766e;
    font-variant: small-caps; }
