/*
Theme Name: Agate Custom Theme
Description: Clean, minimal theme for Agate Global
Version: 1.0
Author: Agate Global
*/

/* Reset and base styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', system-ui, Arial, sans-serif;
    line-height: 1.6;
}

/* Ensure no theme conflicts */
.site, .site-content, .content-area {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

#primary, #main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* Hide any default elements */
.sidebar, .widget-area, aside, #secondary {
    display: none;
}