/**
 * Theme Name: Fresh Clean
 * Theme URI: https://example.com/fresh-clean
 * Author: Fresh Clean Studio
 * Author URI: https://example.com
 * Description: Conversion-focused landing page theme with analytics, AI support, and schema-ready SEO.
 * Requires at least: 6.0
 * Tested up to: 6.9
 * Requires PHP: 7.4
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: fresh-clean
 * Version: 1.0.1
 */

/* Baseline stylesheet:
   Main visual system is split into assets/css/*.css and enqueued in functions.php.
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
