/*
Theme Name: Permenta Nutrition
Theme URI: https://permentanutrition.com/
Author: Erick Castillo / Ericks Webs Design
Description: A custom WordPress block theme for Permenta Nutrition, built around the Hydrovolt storefront, article hub, audience education pages, and WooCommerce product templates.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.1
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: permenta-nutrition
Tags: block-theme, full-site-editing, e-commerce, one-column, custom-logo, custom-menu, editor-style, wide-blocks
*/

:root {
	--pm-cyan-primary: #007788;
	--pm-cyan-hover: #005f6d;
	--pm-steel-primary: #334155;
	--pm-text-bright: #0f172a;
	--pm-text-muted: #475569;
	--pm-light-border: #e2e8f0;
	--pm-light-surface: #f8fafc;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.wp-site-blocks {
	overflow-x: clip;
}

a {
	text-underline-offset: 0.18em;
}

.wp-block-post-content > :first-child {
	margin-top: 0;
}
