@font-face {
  font-family: "iosevka";
  src: url("../fonts/Iosevka-Regular.ttf") format("truetype");
  font-weight: 400;  
  font-style: normal;
  font-display: swap;
}

/* Header/title/menu areas (covers common XMin markup patterns) */
header,
.site-header,
.navbar,
nav,
.site-title,
.brand,
.menu,
.page-title,
h1, h2, h3, h4, h5, h6 {
  font-family: "iosevka", monospace;
  color: darkblue;
}

a {
    color: darkblue;
}

nav {
    font-size: 19px;
}

p {
      font-size: 17px;
}

/* Comfortable spacing for article content */
p {
  margin: 0 0 1rem;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.8rem auto;
}
