/* ==========================================================================
   Intelligence Studio — CSS Custom Properties
   Global design tokens for the Studio theme.
   Color-scheme variables (--is-primary-*) are injected via template.php.
   ========================================================================== */

:root {

	/* =======================================================================
	   Layout
	   ======================================================================= */
	--is-top-bar-height: 80px;
	--is-left-bar-width: 80px;
	--is-text-sidebar-width: 220px;

	/* =======================================================================
	   Typography
	   ======================================================================= */
	--is-text-color: #212529;
	--is-body-font: "Public Sans", sans-serif;
	--is-title-font: "Outfit", sans-serif;
	--is-input-font: 'IBM Plex Sans', sans-serif;

	/* =======================================================================
	   Surfaces
	   ======================================================================= */
	--is-page-bg: #F9FAFD;
	--is-card-bg: #fff;

	/* =======================================================================
	   Muted text
	   ======================================================================= */
	--is-muted-color: #94a3b8;
	--is-muted-color-light: #aab0b7;
	--is-muted-color-lightest: #c5c9ce;

	/* =======================================================================
	   Borders
	   ======================================================================= */
	--is-border-color: #eef0f2;
	--is-border-color-dark: #e7eaed;
	--is-input-border-color: rgba(148, 163, 184, 0.25);

	/* =======================================================================
	   Border radius
	   ======================================================================= */
	--is-border-radius: 10px;
	--is-border-radius-lg: 12px;

	/* =======================================================================
	   Danger / destructive
	   ======================================================================= */
	--is-danger-color: #e74c3c;
	--is-danger-color-hover: #c0392b;
	--is-danger-bg-hover: #fef2f1;
	--is-danger-border-hover: #f5c6c0;
}
