/* Minimalist style for rdcjazinski.com */

body {
  font-family: "Helvetica Neue", system-ui, -apple-system, sans-serif;
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  line-height: 1.75;
  font-size: 17px;
  color: #222;
  background-color: #fafafa;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
  margin-top: 2.5rem;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

a {
  color: #005cc5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code, pre {
  font-family: Menlo, Monaco, Consolas, monospace;
  background: #f4f4f4;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  color: #555;
  margin: 1.5rem 0;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

img {
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: #949494;
  text-align: center;
  margin-top: 2rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  font-style: italic;
}
