/**
 * Portable color palette for the VIHP agenda plugin.
 *
 * These --nc-vihp-* custom properties are the single place to theme the plugin.
 * They are prefilled with the current website's brand palette, but the plugin
 * never references the theme's own variables, so it stays self-contained and can
 * be re-themed on another website by overriding these values (in the theme, or
 * by editing this file).
 */

:root {
	/* Main colors */
	--nc-vihp-main-strong: #2b7a78;
	--nc-vihp-main-light: #3aafa9;
	--nc-vihp-main-faded: #99d9d9;
	--nc-vihp-main-tint: #e6f3f4;
	--nc-vihp-main-dark: #17252a;

	/* Universal colors */
	--nc-vihp-universal-white: #ffffff;
	--nc-vihp-universal-grey-faded: #f5f5f5;

	/* Text tones */
	--nc-vihp-text-strong: #1a252f;
	--nc-vihp-text-light: #5f6f75;
	--nc-vihp-text-white: #ffffff;
}
