/**
 * CSS Variables
 *
 * Global design tokens for CREARTVT theme.
 *
 * @package CREARTVT
 */

:root {
	/* ==========================================================================
	   Colors
	   ========================================================================== */



	/* Brand */
	--color-primary: #000000;
	--color-secondary: #ffffff;
    --color-background: #e6e6df;

	/* Text */
	--color-text: #000000;
	--color-text-muted: #606060;
	--color-text-inverse: #ffffff;

	/* Background */
	--color-bg: #ffffff;
	--color-bg-alt: #f5f5f5;


	/* ==========================================================================
	   Typography
	   ========================================================================== */

	--font-family-base: "Inter", sans-serif; 
	--font-family-heading: var(--font-family-base);
}