/**
 * AV design tokens.
 *
 * These variables define the approved palette for AV Elementor widgets.
 * Font families deliberately inherit from the active WordPress theme.
 */

:root {
	--av-color-primary: #222838;
	--av-color-secondary: #698a9c;
	--av-color-accent-one: #bd8c8c;
	--av-color-accent-two: #eedad3;
	--av-font-family: inherit;
}
