/*
Theme Name: AI Free Calculators
Theme URI: https://aifreecalculators.com
Author: AI Free Calculators Team
Author URI: https://aifreecalculators.com
Description: A high-performance, Elevate Brutalism style theme for calculators and tools.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aifreecalculators
Tags: one-column, custom-colors, custom-menu, featured-images
*/

/* 
  Neo-Brutalist Variables (Mirroring React App)
  These will be mainly handled by Tailwind, but good to have fallback.
*/
:root {
  --bg-primary: #ffffff;
  --fg-primary: #000000;
  --border-neo: 2px solid #000000;
  --shadow-neo: 4px 4px 0px 0px #000000;
}
