/*
Theme Name: HomeReciprs-Replica
Theme URI: https://homereciprs.com
Author: Antigravity
Author URI: https://google.com
Description: A custom replication of the BetterHomeBase design using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, food, recipe, tailwind
Text Domain: homereciprs-replica
*/

/* 
 * This theme uses Tailwind CSS via CDN for styling.
 * Custom CSS can be added here if needed to override Tailwind defaults. 
 */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}
