/*
 * v0.0.2
 */
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&family=Pixelify+Sans:wght@400..700&family=Syne+Mono&display=swap');
h1.post-heading {
    font-size: 2.5rem;
    font-family: "Jersey 25", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2.post-heading {
    font-size: 2rem;
    font-family: "Syne Mono", monospace;
    font-weight: 400;
    font-style: normal;    
}

h3.post-heading {
    font-size: 1.5rem;
    font-family: "Syne Mono", monospace;
    font-weight: 400;
    font-style: normal;    
}

.post-list-title {
  font-family: "Syne Mono", monospace;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
}

.post-page-title {
  font-size: 1.25rem;
  font-family: "Syne Mono", monospace;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}