/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 16, 2026, 3:32:20 PM
    Author     : Dhruv
*/

:root,[data-color-theme=light]{
	--color-highlight: #333;
	--color-default: #555;
	--color-primary: #222 /* #E0401D */;
	--color-secondary: #ffff00;
	--color-white: #fff;   
    --gray-100:#F9FAFB;
    --gray-200:#F3F4F6;
    --gray-300:#E5E7EB;
    --gray-400:#D1D5DB;
    --gray-500:#9CA3AF;
    --gray-600:#6B7280;
    --gray-700:#4B5563;
    --gray-800:#374151;
    --gray-900:#1F2937;
    --indigo:#5C6BC0;
    --purple:#8e70c1;
    --pink:#f35c86;
    --teal:#26A69A;
    --yellow:#ffd648;
    --primary:#0c83ff;
    --secondary:#247297;
    --success:#059669;
    --info:#049aad;
    --warning:#f58646;
    --danger:#EF4444;
    --light:#F3F4F6;
    --dark:#252b36;
    --black:#000;     
    --highlight-bg:rgba(10,28,41, 0.81);
	--white-low-opacity: rgba(255, 255, 255, .3);
	--white-high-opacity: rgba(255, 255, 255, .7);
	--black-low-opacity: rgba(0, 0, 0, .3);
	--black-high-opacity: rgba(0, 0, 0, .7);
}
