@font-face {
  font-family: Atkinson;
  src: url('/includes/fonts/atkinson-font/Atkinson-hyperlegible-regular.ttf') format('ttf'),
}
 
 body {
	font-family: Atkinson, sans-serif;
	font-size: 18px;
	margin: 7px;
	padding: 0;
  max-width: 700px;
	margin: 70px auto;
  padding: 0 1rem;
  line-height: 1.5;
  background-color: #dddddd;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  font-style: italic;
  color: #a900b9;
}

/* To center images */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.caption {
  width: 200px;
  text-align: center;
}


/* Style for the blockquotes, ie: when using > */
blockquote {
  border-left: 2px solid #cccccc; /* Add a left border */
  padding: 0 15px; /* Add some padding for space */
  margin: 10px 0; /* Add margin for separation */
  color: #555; /* Set the text color */
}

/* Style for the post dates */
.post-date {
  font-family: 'Inconsolata', monospace;
  color: #000000;
  margin-bottom: 10px;
}
