@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto+Mono&display=swap");
/* line 13, assets/stylesheets/site.css.scss */
body {
  font-family: "Roboto Mono", monospace;
  padding: 0;
  color: #333;
  background: #fefefe;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.6;
}

/* line 24, assets/stylesheets/site.css.scss */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}

/* line 33, assets/stylesheets/site.css.scss */
.logo {
  max-width: 4rem;
  max-height: 4rem;
}

/* line 38, assets/stylesheets/site.css.scss */
.logo-light {
  display: block;
}

/* line 42, assets/stylesheets/site.css.scss */
.logo-dark {
  display: none;
}

/* line 46, assets/stylesheets/site.css.scss */
footer {
  margin: 4rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}

/* line 55, assets/stylesheets/site.css.scss */
pre {
  overflow: scroll;
  background: #f4f4f4;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 63, assets/stylesheets/site.css.scss */
code {
  color: #333;
  font-size: 1rem;
}

/* line 68, assets/stylesheets/site.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 700;
}

/* line 74, assets/stylesheets/site.css.scss */
a {
  color: #008080;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s ease-in-out;
}

/* line 81, assets/stylesheets/site.css.scss */
a:hover {
  border-bottom: 1px solid #008080;
}

/* line 85, assets/stylesheets/site.css.scss */
table td, table th {
  text-align: left;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
}

/*
@media (prefers-color-scheme: dark) {
  body {
    background: hsl(23,39%,26%);
    color: #fefefe;
  }

  h2, a {
    color: hsl(23,39%,90%);
  }

  h3 {
    color: hsl(23,39%,85%);
  }

  code {
    color: hsl(23,39%,90%);
  }

  .logo-light {
    display: none;
  }

  .logo-dark {
    display: block;
  }
}
*/
/* line 122, assets/stylesheets/site.css.scss */
.btn {
  display: inline-block;
  background-color: #008080;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

/* line 136, assets/stylesheets/site.css.scss */
.btn:hover {
  background-color: #006767;
}

/* line 140, assets/stylesheets/site.css.scss */
.btn:active {
  background-color: #004d4d;
  transform: translateY(1px);
}

/* line 145, assets/stylesheets/site.css.scss */
blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background-color: #f8f8f8;
  border-left: 5px solid #008080;
}

/* line 152, assets/stylesheets/site.css.scss */
blockquote p {
  font-style: italic;
  margin: 0;
}

/* line 157, assets/stylesheets/site.css.scss */
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-weight: bold;
}

/* line 164, assets/stylesheets/site.css.scss */
.post-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

/* line 170, assets/stylesheets/site.css.scss */
.post-list li {
  margin-bottom: 1rem;
}

/* line 174, assets/stylesheets/site.css.scss */
.post-list a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* line 184, assets/stylesheets/site.css.scss */
.post-list a:hover {
  background-color: #f8f8f8;
  border-color: #008080;
}

/* line 189, assets/stylesheets/site.css.scss */
.post-list .post-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #000;
  margin: 0 0 0.5rem 0;
}

/* line 196, assets/stylesheets/site.css.scss */
.post-list .post-date {
  font-family: "Roboto Mono", monospace;
  font-size: 0.9rem;
  color: #777;
}
