/*
Theme Name: Consta IT Theme
Theme URI: https://constait.com
Author: Consta IT
Description: A custom WordPress theme for Consta IT, built with Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, tailwind
*/

/* Basic Reset & Defaults handled by Tailwind, but good to have body default here just in case */
body {
    font-family: 'Inter', sans-serif;
}
