/* /public_html/style.css - (Additions for High-Contrast Elegance) */

/* ----------------------------------------------------- */
/* 3. New Font Import (If you can add this to header.php or rely on default system font) */
/* If you can, add <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet"> to header.php */
/* ----------------------------------------------------- */


/* ----------------------------------------------------- */
/* 4. Tighter Sidebar Integration (Using Tailwind Classes) */
/* ----------------------------------------------------- */

/* We will rely more heavily on classes in sidebar.php for shadows */


/* ----------------------------------------------------- */
/* 5. Custom Form Focus (To make inputs look sleek) */
/* ----------------------------------------------------- */
.focus-ring:focus {
    --tw-ring-color: #3b82f6; /* Tailwind Primary color */
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3); /* Soft shadow ring */
    outline: none;
}