@font-face {
  font-family: iAWriterQuattroS-Regular;
  src: url("/fonts/iAWriterQuattroS-Regular.woff2") format("woff2");
  font-style: normal; }

@font-face {
  font-family: iAWriterQuattroS-Bold;
  src: url("/fonts/iAWriterQuattroS-Bold.woff2") format("woff2");
  font-style: bold; }

@font-face {
  font-family: iAWriterQuattroS-Italic;
  src: url("/fonts/iAWriterQuattroS-Italic.woff2") format("woff2");
  font-style: italic; }

@font-face {
  font-family: iAWriterQuattroS-BoldItalic;
  src: url("/fonts/iAWriterQuattroS-BoldItalic.woff2") format("woff2");
  font-style: italic; }

.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  margin-bottom: 1rem;
  max-width: 720px;
  margin: 0 auto;
  font-family: iAWriterQuattroS-Regular, sans-serif; }

.navbar-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0rem;
  height: 15rem;
  width: 250px; }

.navbar-item {
  flex: 0 0 100%; }

.navbar-logo {
  margin: 0 0 0 0;
  padding: 0; }

.navbar-logo-link {
  display: flex;
  align-items: center; }

.navbar-logo img {
  height: 3rem;
  margin: 0; }

.navbar-link {
  color: #222;
  text-decoration: underline;
  font-size: 1rem;
  border-radius: 2px;
  transition: background 0.2s; }
  .navbar-link:hover, .navbar-link:focus {
    background: #ffd300;
    color: #343148; }

.post-content-image {
  cursor: zoom-in;
  border-radius: 8px;
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.post-content, main {
  font-size: 1rem;
  line-height: 1.8; }
  .post-content h1, .post-content h2, main h1, main h2 {
    font-family: iAWriterQuattroS-Bold;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .post-content p, main p {
    margin-bottom: 1.5rem; }

footer {
  border-top: 1px solid #333;
  margin-top: 2rem;
  margin-right: 2rem;
  font-family: iAWriterQuattroS-BoldItalic;
  font-size: 0.75rem; }

a {
  color: inherit;
  text-decoration: underline;
  transition: background 0.2s, color 0.2s; }
  a:hover, a:focus {
    background-color: #ffd300; }

body {
  color: #343148;
  font-family: iAWriterQuattroS-Regular, sans-serif;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #F5F5F5; }

@media (max-width: 767px) {
  padding: 0 1.5rem; }
