/*
Theme Name: Blog Food3 Classic Premium
Theme URI: http://localhost/wordpress
Author: Food Recipes
Author URI: http://localhost/wordpress
Description: Classic Premium Food Recipe theme - Fully dynamic, image-overlay layouts, 8 category sections (per category 6-8 posts), Elementor-like Customizer without Elementor, premium $1000 design. Supports logo left compact header, hero slider, Whats Hot, Weekly Special, MISC tabs, category wise dynamic layouts, sidebar with Food Related tool, SEO optimized.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-food3
Tags: food, recipes, cooking, blog, magazine, grid, custom-colors, custom-logo, featured-images, threaded-comments
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

/* This file is required for WordPress. All styles are via Tailwind CDN + Customizer CSS variables. */
:root{
  --forest:#1a2e1f;
  --forestLight:#243a29;
  --gold:#c5a253;
  --goldDark:#a88a3f;
  --cream:#fdfbf7;
  --cream2:#f9f6f0;
  --cream3:#f0ebe0;
  --muted:#6b7280;
}
body{font-family:Inter,sans-serif;background:var(--cream);color:#2d2d2d}
a{transition:color .2s}
img{max-width:100%;height:auto}
.wp-caption{max-width:100%}
.alignleft{float:left;margin:0 1em 1em 0}
.alignright{float:right;margin:0 0 1em 1em}
.aligncenter{display:block;margin:0 auto}
.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
