$customize_options: (
	// @see  WebManDesign\Eimear\Customize\Options::set()

	'custom_logo_height': 60px,

	'color_accent': #aa5a00,

	'color_button_background': #aa5a00,
	'color_button_hover_background': #9a4a00,
	'color_button_text': #ffffff,

	'color_header_background': #ffffff,
	'color_header_text': #6a6a60,
	'color_header_link': #0a0a00,
	'color_header_border': var(--color_header_text--a20),

	'color_content_background': #fbf7f0,
	'color_content_text': #6a6a60,
	'color_content_headings': #0a0a00,
	'color_content_border': var(--color_content_text--a20),

	'color_footer_background': #ffffff,
	'color_footer_text': #6a6a60,
	'color_footer_link': #0a0a00,
	'color_footer_border': var(--color_footer_text--a20),

	'layout_width_content': 1280px,
	'layout_width_entry_content': 640px,

	'typography_size_html': 16px,
	'typography_font_global': ( 'Open Sans', sans-serif ),
	'typography_font_headings': ( 'Josefin Sans', sans-serif ),
	'typography_font_site_title': ( 'Josefin Sans', sans-serif ),
);

$customize_options_editor_palette: (
	// @see  WebManDesign\Eimear\Customize\Colors::get()

	'color_palette_1': #0a0a00,
	'color_palette_2': #2a2a20,
	'color_palette_3': #d3a978,
	'color_palette_4': #f5f0ea, // Default shaded color from content text color.
	'color_palette_5': #ffffff,
);

$customize_options: map-merge( $customize_options, $customize_options_editor_palette );

$customize_options_rgba: (
	// @see  WebManDesign\Eimear\Customize\RGBA::alphas()

	'color_header_text',
	'color_content_text',
	'color_footer_text',
);
