/*
 * Custom CSS
 * 
 * Add custom styles that override or supplement Tailwind CSS
 * This file loads AFTER Tailwind, so styles here will take precedence
 * 
 * IMPORTANT: Prefer Tailwind utility classes when possible
 * Only add custom CSS here when Tailwind utilities aren't sufficient
 * 
 * Note: Font sizes, colors, and custom font families are now defined 
 * in src/input.css using Tailwind v4's @theme directive
 */

/* ========================================
 * CUSTOM UTILITIES
 * ======================================== */

/* Add your custom utility classes here */

/* ========================================
 * COMPONENT-SPECIFIC OVERRIDES
 * ======================================== */

/* Add component-specific styles that can't be done with Tailwind */

/* ========================================
 * THIRD-PARTY PLUGIN OVERRIDES
 * ======================================== */

/* Add styles to override third-party plugin CSS if needed */

