@import url('/assets/css/fonts.css');

:root {
  --font-header: candara, candw, georgia, serif
}

body {
    margin: 20px;
    font-family: /*candara, corbel,*/ -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    position: relative;
    max-width: 1200px;
    counter-reset: pix;
}

::-moz-selection { background: #8d1802; color:#fff; }
::selection { background: #8d1802; color:#fff; }

a {
  color: #8d1802;
  text-decoration: none;
}
a:visited {
  color: #977
}
a:focus, a:hover {
  color: #8d1802;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-header);
}

ul{
  padding-left: 20px;
}

hr {
  clear: both;
}

.cover {
  float: left;
  margin: 0 20px 20px 0;
}
.cover + p + ul {
  margin-left: 155px;
}

.epigraph {
  margin-left: 60%;
}

a[name$="pix"]::before {
  display: block;
  /* counter-increment: pix;
  content: counter(pix) */
}

img.notes {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
