/*
Theme Name: Ganiux
Description: Enterprise-Grade IT for Small Businesses - WordPress theme with open-source focus
Version: 1.0
Author: Ganiux
Text Domain: ganiux
Domain Path: /languages
*/

/* This theme uses Tailwind CSS loaded via CDN */

/* Ensure WordPress admin bar doesn't interfere */
html {
    margin-top: 0 !important;
}

/* Reset WordPress default styles that might conflict */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

/* Ensure containers work properly */
.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Basic responsive setup */
img {
    max-width: 100%;
    height: auto;
}

/* Remove WordPress default margins on key elements */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/* Ensure links don't have WordPress default styling */
a {
    text-decoration: none;
}

/* Reset list styles */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
