/**
 * Peptide Marketing — design tokens.
 * Loaded on the frontend (settings/enqueue.php) and in the block editor
 * (settings/support.php -> add_editor_style) so blocks preview identically
 * to the live site. Change values here, everything updates everywhere.
 */
:root {
	--pm-black: #0A0A0A;
	--pm-panel: #141414;
	--pm-line: #262626;
	--pm-white: #F5F5F3;
	--pm-muted: #8A8A85;
	--pm-blue: #4F7FFF;
	--pm-blue-hover: #6B93FF;
	--pm-blue-soft: rgba(79, 127, 255, .10);
	--pm-blue-soft-border: rgba(79, 127, 255, .22);
	--pm-blue-glow: rgba(79, 127, 255, .14);
	--pm-text-body: #C9C9C4;
	--pm-text-lead: #DDDDD8;
	--pm-text-strong: #D2D2CD;
	--pm-red: #F87171;
	--pm-green: #4ADE80;
	--pm-hairline: #3A3A3A;
	--pm-hairline-hover: #3A4A7A;

	--pm-font-display: 'Plus Jakarta Sans', Arial, sans-serif;
	--pm-font-body: 'Inter', Arial, sans-serif;

	--pm-wrap-width: 1080px;
	--pm-gutter: 24px;
	--pm-radius: 14px;
	--pm-radius-sm: 8px;
	--pm-section-pad: 76px;

	--pm-aurora-speed: 1;
}
