@font-face {
    font-family: 'EncodeSans';
    src: url('./fonts/EncodeSans-Light.ttf') format(truetype);
    font-weight: 300;
    font-style: normal;
}

html {
  font-family: EncodeSans, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  */
  /* 16px is the usual default font size */
  /*  font-size: 16px; */
  background: #f4f4f4;
}

body {
  max-width: 800px;
  margin: 20px auto 20px auto;
}

body > header,
body > nav,
body > main,
body > footer {
  margin: 10px 20px 10px 20px;
  max-width: 760px;
}

body > header {
  border-bottom: solid 1px grey;
}



header h1 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

p {
}

img {
  margin: 10px 20px 10px 20px;
  max-width: 740px;
  height: auto;
}

.djiti-site-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.djiti-site-menu ul li {
  display: inline-block;
}

.djiti-site-menu a {
}

.djiti-site-menu a:visited {
  color: blue;
}

.djiti-quotation-block {
  border-left: solid 2px grey;
}

.djiti-quotation-block cite {
}

.djiti-blog-post-byline {
  font-size: 0.8rem;
  margin-left: 20px;
}

