/*
Theme Name: CLEAN
Theme URI: https://example.com/clean
Author: Cleaner
Author URI: https://example.com
Description: A minimal content theme for WordPress.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clean
*/

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

body {
  font-family: "Helvetica Neue", Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #111;
}
