/*
Theme Name: Web Genix Global Custom Theme
Theme URI: https://www.webgenixglobal.com/
Author: Web Genix Global
Author URI: https://www.webgenixglobal.com/
Description: A highly customized and lightweight theme developed exclusively for Web Genix Global projects.
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: web-genix-global
Tags: custom-layout, responsive, flexible-header, custom-menu
*/

/*
========================================
Custom Styles for Web Genix Global Theme
========================================

The styles for all typography, colors, and layout are
primarily handled by Tailwind CSS classes in the PHP files.

Use this section for any necessary custom utility classes or
to override default WordPress/Browser styles.
*/

body {
    /* You can set default font families here if not handled by Tailwind */
    font-family: 'Inter', sans-serif;
}

/* Example: Basic styling for a widget title */
.widget-title {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    margin-bottom: 1rem; /* 16px */
}
.project_alpha{
  text-align:center;
}
.webgenix_global_alpha_logo{
  max-width:300px;
}
/* Add any other global overrides or custom CSS here */