/*
Theme Name: Aussie Crumb Co.
Theme URI: https://aussiecrumbco.com
Author: The Aussie Crumb Company
Author URI: https://aussiecrumbco.com
Description: A warm, whimsical, cottagecore block theme for The Aussie Crumb Company — an Australian-inspired artisan bakery in Sheffield, Iowa. Built on the official brand identity system: Eucalyptus Sage, Dusty Rose, Cream and Warm Honey Gold, with Cormorant Garamond, Allura, Playfair Display and Montserrat bundled locally. Includes mascot product-family patterns, a Find Us section, gallery, and a Flag Edition style variation.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aussie-crumb-co
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, food-and-drink, blog, one-column, two-columns, wide-blocks
*/

/*
 * Most styling for this theme is defined in theme.json (colors, type, spacing,
 * block styles) and assets/css/theme.css (component + decorative styling).
 * This file holds the required theme header and a few low-level base styles.
 */

:root {
	--acc-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* Tame Cormorant's tall ascenders so headings sit tighter. */
h1, h2, h3, h4 {
	text-wrap: balance;
}

/* Keep paragraphs readable. */
p {
	text-wrap: pretty;
}
