/*
Theme Name: DermaCare
Theme URI: https://example.com/dermacare
Author: DermaCare Developer
Author URI: https://example.com
Description: A minimal blank theme for custom WordPress development.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dermacare
*/

/* Base reset — add your styles below */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
}

.site-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.site-main h1 {
  margin-top: 0;
}
