/*
Theme Name: MonoStream
Theme URI: https://example.com/monostream
Author: ChatGPT
Author URI: https://openai.com/
Description: Ultra-minimal 1-column, centered, infinite scroll theme with no header or footer. One link to an Info page at the top. Monospace design (Courier New) with optional webfont.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monostream
Tags: blog, one-column, infinite-scroll, minimal
*/

body {
  font-family: var(--preferred-webfont), "Courier New", Courier, monospace;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

.wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

.post-item {
  margin: 0;
  padding: 0;
  border: none;
}

.info-link {
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding: 10px 0;
}
