@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=JetBrains+Mono:wght@400;700&display=swap');

body {
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.1em;
  line-height: 1.45;
  background-color: white;
  color: #111;
  width: 80%;
  min-width: 400px;
  min-height: 200px;
  padding: 1em;
  padding-left: 3em;
  margin: 5% 10%;
  /* border: thin solid gray;*/
  border-radius: 5px;
  display: block;
}

a:link    { color: blue; text-decoration: none;      }
a:hover   { color: blue; text-decoration: underline; }
a:visited { color: blue;                             }

h1 a { color: inherit !important }
h2 a { color: inherit !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }

#menu li {
    display: inline;
}

#post-list {
    margin-bottom: 1em;
    margin-top: 1em;
}

pre {
    margin: 1em 1em 2em 2em;
    white-space: pre-wrap;
    background: none;
    padding: 1em 0 1em 0;
}

#titleHead {
    margin-bottom: 0;
}

footer {
    padding-top: 1em;
    text-align: center;
}

footer a { text-transform: capitalize; }

#nameKor {
    margin-top: 0;
    margin-bottom: 0;
}

.pageTitle, #blogTitle {
    font-style: normal;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
#blogSubtitle { display: none; }

figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

figcaption {
    width: 60%;
}

code {
    font-family: "JetBrains Mono", source code pro, monospace;
    font-size: 0.85em;
}

/* professional type system: sans headings + serif body */
#titleHead, #nameKor, nav, h1, h2, h3, h4, h5, h6,
.pageTitle, #blogTitle, #blogSubtitle, #subtitleHead {
    font-family: "Alegreya Sans", "Helvetica Neue", sans-serif;
}
#titleHead { font-weight: 700; font-size: 2em; letter-spacing: -0.01em; margin-top: 0; }
#nameKor { font-weight: 700; }
#subtitleHead { font-size: 0.8em; letter-spacing: 0.03em; color: #444; }
nav { font-weight: 500; }
#heroLinks { margin-top: 0.6em; margin-bottom: 0; font-family: "Alegreya Sans", sans-serif; font-size: 0.85em; letter-spacing: 0.02em; }