/*
Theme Name: One Page Tools
Theme URI: https://example.com
Author: Gemini AI
Author URI: https://example.com
Description: A lightweight SEO tools directory theme.
Version: 1.0
License: GNU General Public License v2 or later
*/

/* Custom CSS for transitions (Taken from your code) */
.tw-transition-all { 
    transition-property: all; 
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
    transition-duration: 300ms; 
}