/* Custom styles — minimal, TailwindCSS handles most styling */

/* Smooth transitions for tool cards */
a[href^="/tools/"] {
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Focus styles for textareas */
textarea:focus {
    outline: none;
}
