/*
Theme Name: Food & Retail Consultancy
Theme URI: https://foodandretailconsultancy.com
Author: Food & Retail Consultancy
Description: Bespoke classic theme converted from the hand-built static site. Photography-led editorial design; page bodies are editable in the block editor.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frc
*/

/* The full site design lives in assets/styles.css (enqueued separately so it also
   loads inside the block editor via add_editor_style). This file only carries the
   required theme header plus a few WordPress-admin bridges. */

/* --- WordPress core bits that need taming --- */
.admin-bar .site-header{top:32px;}
@media (max-width:782px){.admin-bar .site-header{top:46px;}}

/* wp-block alignments inside .prose / .wrap content */
.entry-content .alignwide{max-width:var(--maxw);}
.entry-content .alignfull{max-width:none;}
figure.wp-block-image{margin:0;}
.wp-block-image img{display:block;}

/* keep the editor readable */
.block-editor-writing-flow h1,
.block-editor-writing-flow h2,
.block-editor-writing-flow h3{font-family:"Fraunces","Iowan Old Style",Georgia,serif;}
