/**
 * Design tokens — fill in during the design phase.
 *
 * These variables override or extend plugin mockup styles.
 * Source: sass/abstracts/_variables.scss
 */

:root {
	/* Colors */
	/* --ohl-color-primary: ; */
	/* --ohl-color-surface: ; */
	/* --ohl-color-text: ; */
	/* --ohl-color-muted: ; */
	/* --ohl-color-accent: ; */

	/* Typography */
	/* --ohl-font-body: ; */
	/* --ohl-font-heading: ; */
	/* --ohl-font-size-base: ; */
	/* --ohl-line-height-base: ; */

	/* Spacing */
	/* --ohl-space-section: ; */
	/* --ohl-space-block: ; */
	/* --ohl-container-max: ; */

	/* Borders & radius */
	/* --ohl-radius-sm: ; */
	/* --ohl-radius-lg: ; */
}
