@import url("override.css");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Karla:ital,wght@0,400;0,500;0,700;1,400&display=swap");

html { background: #f2f2f0; }
body {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  padding: 0 1em;
  box-sizing: border-box;
  font-family: "Karla", "Segoe UI", sans-serif;
  color: #2c2620;
  line-height: 1.65;
}
h1, h2, h3, h4, h5, h6, body header h1 {
  font-family: "Lora", Georgia, serif;
  color: #211c17;
}
body > footer { padding: 1em 0; }
img { max-width: 100%; height: auto; }
article img, .post img {
  display: block;
  margin: 0.5em auto;
}
article figure, .post figure { margin: 0.5em 0; }

body header {
  text-align: center;
  margin-bottom: 1.5em;
}
body header .banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 260px;
  background-image: url(theme/header-bg.jpg);
  background-size: cover;
  background-position: center;
}
body header .avatar {
  display: block;
  width: 110px;
  height: 110px;
  max-width: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  margin: -55px auto 0.5em;
}
body header h1 { margin: 0 0 0.25em; }
body header .subtitle { color: #666; }
blockquote { margin-left: 0; border-left: 8px #999 solid; padding: 0 24px; }
.archive h1, .subtitle { padding-bottom: 0.75em; border-bottom: 1px #ccc dotted; }
article {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  padding: 1em 1.25em;
  margin-bottom: 1.5em;
}
article[class^="liked-"] { background-color: #f0f0f8; }
.post a.llink { display: none; }
header a, footer a { text-decoration: none; }
footer, article footer a { font-size: small; color: #999; }
