/*
Theme Name: Love Now Media
Theme URI: https://lovenowmedia.com
Author: Love Now Media
Author URI: https://lovenowmedia.com
Description: A modern block-based WordPress theme for Love Now Media, built with Tailwind CSS and featuring Google Fonts (Baskervville and Nunito). Designed for content-rich websites with a focus on beautiful typography and flexible layouts.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lovenowmedia
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
*/

/**
 * Custom CSS Additions
 *
 * The main styles are compiled from Tailwind CSS in assets/css/style.css
 * This file contains the theme metadata and any additional custom CSS
 */

/* WordPress Block Editor Compatibility */
.editor-styles-wrapper {
  font-family: 'Nunito', sans-serif;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-family: 'Baskervville', serif;
}

/* Ensure blocks are properly aligned */
.wp-site-blocks {
  padding: 0;
}
