/*
Theme Name: Actually Italian
Theme URI: https://actuallyitalian.com
Author: Actually Italian
Author URI: https://actuallyitalian.com
Description: An editorial WordPress theme for a food blog. Italic-serif display type, muted Italian-pigment palette (intonaco, pomodoro, oliva, zafferano), magazine-style layouts, and a custom Recipe post type with servings calculator and step checkboxes. Designed for clarity, premium feel, and zero red-checkered-tablecloth clichés.
Version: 1.5.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: actually-italian
Tags: blog, food, editorial, magazine, custom-post-type, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

Actually Italian WordPress theme is distributed under the GPL v2 license.
*/

/* The actual styles live in assets/css/blog.css and are enqueued from
   functions.php. This file exists only to carry the theme header that
   WordPress requires, plus the editor-color-palette CSS that the block
   editor reads from the active stylesheet. */

/* ─── Block editor body color (so the editor preview matches the front) ── */
body.wp-admin .editor-styles-wrapper {
  background: #F2EADB;
  color: #1C1814;
}
