@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
:root {
    font-family: "Crimson Text", "Adobe Caslon Pro", "Caslon", "Garamond", "Baskerville", "Goudy Old Style", "Times", "Georgia", serif !important;
  }
  /* Optional: Change the code block font too */
  section pre,
  section code {
    font-family: "Fira Code", "Courier New", monospace !important;
  }
body {
    background-color: #1e1e1e;
    color: #d4d4d4;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

a {
    color: #4fc3f7;
}

code {
    background-color: #2d2d2d;
    padding: 0.2em 0.4em;
    border-radius: 3px;
}

pre {
    background-color: #2d2d2d;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto;
}

blockquote {
    border-left: 4px solid #555;
    padding-left: 1em;
    color: #aaa;
}
