/**
 * Design tokens for the DISC Assessment quiz/report pages.
 *
 * Sourced from the site's live Elementor global kit (site-settings.json)
 * and design_handoff_widget_library_v1/tokens/colors_and_type.css, with one
 * confirmed deviation from the live site: button text is bronze, not white,
 * on amber -- white-on-amber fails AA contrast (1.6:1); bronze passes at
 * 4.95:1. Typography stays Open Sans throughout per the same confirmed
 * decision (the handoff doc's proposed Raleway switch was NOT adopted here).
 */

:root {
	--disc-color-primary: #8B8970;
	--disc-color-secondary: #D9D6D2;
	--disc-color-text: #545061;
	--disc-color-amber: #FBC53B;
	--disc-color-bg: #FAF8F1;
	--disc-color-bronze: #615000;

	--disc-color-button-bg: var(--disc-color-amber);
	--disc-color-button-text: var(--disc-color-bronze);
	--disc-color-button-bg-hover: transparent;
	--disc-color-button-text-hover: var(--disc-color-bronze);
	--disc-color-button-border-hover: var(--disc-color-bronze);

	--disc-font-family: "Open Sans", sans-serif;

	--disc-radius-pill: 15em;
	--disc-radius-card: 12px;

	--disc-space-1: 4px;
	--disc-space-2: 8px;
	--disc-space-3: 16px;
	--disc-space-4: 24px;
	--disc-space-5: 32px;
	--disc-space-6: 48px;
}
