/* @charset "UTF-8"; */
:root {
	/* =========================================================
	BRAND & SEMANTIC COLORS (50–900)
	RGB values only → Tailwind adds alpha
	========================================================= */

	/* Logo */
	--core-logo: url("https://cornerstone.core.co.tz/core/");

	/* Brand */ 

	/* Primary */ 

	/* Secondary */ 

	/* Success */ 

	/* Danger */ 

	/* Warning */ 

	/* Info */ 

	/* Semantic On-Colors */
	--core-on-brand: ;
	--core-on-primary: ;
	--core-on-secondary: ;
	--core-on-success: ;
	--core-on-danger: ;
	--core-on-warning: ;
	--core-on-info: ;

	--core-on-brand-hex: ;
	--core-on-primary-hex: ;
	--core-on-secondary-hex: ;
	--core-on-success-hex: ;
	--core-on-danger-hex: ;
	--core-on-warning-hex: ;
	--core-on-info-hex: ;

	/* Semantic Hex Colors */
	--core-brand-hex: ;
	--core-primary-hex: ;
	--core-secondary-hex: ;
	--core-success-hex: ;
	--core-danger-hex: ;
	--core-warning-hex: ;
	--core-info-hex: ;

	--core-app-text-hex: ;
	--core-body-text-hex: ;
	--core-sidebar-text-hex: ;
	--core-header-text-hex: ;
	--core-card-text-hex: ;
	--core-muted-text-hex: ;

	--core-app-bg-hex: ;
	--core-body-bg-hex: ;
	--core-sidebar-bg-hex: ;
	--core-header-bg-hex: ;
	--core-card-bg-hex: ;
	--core-muted-bg-hex: ;


	/* =========================================================
	BACKGROUNDS
	========================================================= */
	--core-app-bg: ;
	--core-body-bg: ;
	--core-sidebar-bg: ;
	--core-header-bg: ;
	--core-card-bg: ;
	--core-muted-bg: ;


	/* =========================================================
	TEXT 
	========================================================= */
	--core-app-text: ;
	--core-body-text: ;
	--core-sidebar-text: ;
	--core-header-text: ;
	--core-card-text: ;
	--core-muted-text: ;


	/* =========================================================
	BORDERS / OUTLINES / RINGS
	========================================================= */
	/* Borders */
	--core-app-border: ;
	--core-body-border: ;
	--core-sidebar-border: ;
	--core-header-border: ;
	--core-card-border: ;
	--core-muted-border: ;

	/* Outlines */
	--core-app-outline: ;
	--core-body-outline: ;
	--core-sidebar-outline: ;
	--core-header-outline: ;
	--core-card-outline: ;
	--core-muted-outline: ;

	/* Default Border Color */
	--core-border-color: ;


	/* =========================================================
	SVG
	========================================================= */
	--core-fill-color: ;
	--core-stroke-color: ;


	/* =========================================================
	RADIUS
	========================================================= */
	--core-radius-sm: ;
	--core-radius-md: ;
	--core-radius-lg: ;


	/* =========================================================
	SHADOWS
	========================================================= */
	--core-shadow-sm: ;
	--core-shadow-md: ;


	/* =========================================================
	FONTS
	========================================================= */
	--core-font-sans: Inter;
	--core-font-serif: Georgia;
	--core-font-mono: "JetBrains Mono";
}

.dark {
	/* =========================================================
	BRAND & SEMANTIC COLORS (50–900)
	RGB values only → Tailwind adds alpha
	========================================================= */

	/* Logo */
	--core-logo: url("https://cornerstone.core.co.tz/core/");

	/* Semantic Hex Colors */
	--core-app-text-hex: ;
	--core-body-text-hex: ;
	--core-sidebar-text-hex: ;
	--core-header-text-hex: ;
	--core-card-text-hex: ;
	--core-muted-text-hex: ;

	--core-app-bg-hex: ;
	--core-body-bg-hex: ;
	--core-sidebar-bg-hex: ;
	--core-header-bg-hex: ;
	--core-card-bg-hex: ;
	--core-muted-bg-hex: ;

	
	/* =========================================================
	BACKGROUNDS
	========================================================= */
	--core-app-bg: ;
	--core-body-bg: ;
	--core-sidebar-bg: ;
	--core-header-bg: ;
	--core-card-bg: ;
	--core-muted-bg: ;


	/* =========================================================
	TEXT
	========================================================= */
	--core-app-text: ;
	--core-body-text: ;
	--core-sidebar-text: ;
	--core-header-text: ;
	--core-card-text: ;
	--core-muted-text: ;


	/* =========================================================
	BORDERS / OUTLINES / RINGS
	========================================================= */
	/* Borders */
	--core-app-border: ;
	--core-body-border: ;
	--core-sidebar-border: ;
	--core-header-border: ;
	--core-card-border: ;
	--core-muted-border: ;

	/* Outlines */
	--core-app-outline: ;
	--core-body-outline: ;
	--core-sidebar-outline: ;
	--core-header-outline: ;
	--core-card-outline: ;
	--core-muted-outline: ;

	/* Default Border Color */
	--core-border-color: ;


	/* =========================================================
	SVG
	========================================================= */
	--core-fill-color: ;
	--core-stroke-color: ;
}