/* 
 * Tailwind Theme Configuration
 * Use this file to override DaisyUI variables or add custom CSS.
 * 
 * Common DaisyUI Variables (v5):
 * --radius-box: 1rem;       // Border radius for cards and other large boxes
 * --radius-btn: 0.5rem;     // Border radius for buttons
 * --radius-badge: 1.9rem;   // Border radius for badges
 * --animation-btn: 0.25s;   // Duration of button click animation
 * --animation-input: .2s;   // Duration of check/radio input animation
 * --btn-focus-scale: 0.95;  // Scale transform of button when focused
 * --border-btn: 1px;        // Border width of buttons
 * --tab-border: 1px;        // Border width of tabs
 * --tab-radius: 0.5rem;     // Border radius of tabs
 */

:root {
    /* Example: Override rounded corners for a sharper look */
    /* --radius-btn: 0.25rem; */
    /* --radius-box: 0.5rem; */
}

/* Custom CSS overrides can go here */