/* Laravel Core — Theme Overrides
 * Uncomment and change variables to customize the theme.
 * Include this file AFTER laravel-core.css, or add these
 * variables to your own stylesheet.
 */
:root {
	/* --- Foundational Colors --- */
	/* Override these to retheme the entire UI at once. */

	/* Text */
	/* --core-text-primary:   #111827; */
	/* --core-text-secondary: #374151; */
	/* --core-text-muted:     #6b7280; */
	/* --core-text-faint:     #9ca3af; */
	/* --core-text-inverted:  #ffffff; */

	/* Backgrounds */
	/* --core-bg-surface:     #ffffff; */
	/* --core-bg-subtle:      #f9fafb; */
	/* --core-bg-muted:       #f3f4f6; */
	/* --core-bg-emphasis:    #e5e7eb; */

	/* Borders */
	/* --core-border-default: #d1d5db; */
	/* --core-border-subtle:  #e5e7eb; */

	/* Interactive */
	/* --core-action-bg:      #000000; */
	/* --core-action-hover:   #1f2937; */
	/* --core-action-text:    #ffffff; */

	/* Status */
	/* --core-danger:         #ef4444; */

	/* --- Component-specific --- */

	/* Avatar */
	/* --core-avatar-bg: #06b6d4; */
	/* --core-avatar-text: #000000; */

	/* Company Logo */
	/* --core-company-font-family: "Nunito", sans-serif; */
	/* --core-company-font-color: #A80000; */
	/* --core-company-font-weight: 700; */
	/* --core-company-font-size: 28px; */

	/* Sidebar */
	/* --core-sidebar-bg: #1e293b; */
	/* --core-sidebar-hover-bg: #334155; */
	/* --core-sidebar-text-color: #cbd5e1; */
	/* --core-sidebar-hover-text-color: #f1f5f9; */
	/* --core-sidebar-submenu-hover-bg: #334155; */
	/* --core-sidebar-submenu-hover-text-color: #f1f5f9; */

	/* Header */
	/* --core-header-bg: #ffffff; */
	/* --core-header-text-color: #1f1f1f; */
	/* --core-bell-bg: #4b5563; */
	/* --core-bell-hover-bg: #1f2937; */
	/* --core-nav-profile-bg: #ffffff; */
	/* --core-nav-profile-text-color: #6b7280; */
	/* --core-nav-profile-hover-text-color: #b0b5c0; */

	/* Cookie Consent */
	/* --core-cookie-banner-bg: #ffffff; */
	/* --core-cookie-banner-text: #374151; */

	/* Additional Component */
	/* --core-bg-dark: #343a40; */
	/* --core-bc-separator-color: #999; */
	/* --core-bc-link-color: #333; */
	/* --core-bc-hover-bg: #ececec; */
	/* --core-metric-card-bg: #3f3f3f; */
	/* --core-metric-card-text: #ffffff; */
	/* --core-metric-card-subtext: #cfcfcf; */
	/* --core-tooltip-bg: #111827; */
	/* --core-tooltip-text: #f3f4f6; */
}
