@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  max-width: 680px;
  margin: 60px auto;
  padding: 0 24px 80px;
  line-height: 1.75;
  color: #1a1a1a;
  background: #fdfcfb;
}

h1 {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 0.15em;
  line-height: 1.2;
}

h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 2.2em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #444;
}

p { margin-bottom: 1em; }

ul, ol {
  padding-left: 1.4em;
  margin-bottom: 1em;
}

li { margin-bottom: 0.4em; }

small {
  font-size: 0.85em;
  color: #888;
}

a { color: #333; }
a:hover { color: #000; }

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2.5em 0;
}
