/*
Theme Name: Famuchy
Theme URI: http://example.com/famuchy
Author: Famuchy Team
Author URI: http://example.com
Description: A custom WordPress theme for Famuchy, migrated from React.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: famuchy
*/

/* Basic Reset & Tailwind Integration handled via CDN in functions.php or header.php for this migration */

body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Custom Blog Spacing */
.blog-content-custom p {
    margin-bottom: 1rem !important;
}