/*
Theme Name: Simple Blogger-Like Theme
Theme URI: https://example.com/
Author: Harry Cneez
Author URI: https://naija.buzz/
Description: Minimal clean WordPress theme designed from a Blogger template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-blogger-like
Tags: minimal, simple, responsive
*/

body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.4;
  padding: 0 10px;
  margin: 0;
}
h1 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3;
}
h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0 8px;
}
