/*
Theme Name: Tropelex
Theme URI: https://tropelex.ai
Author: Tropelex Systems
Author URI: https://tropelex.ai
Description: The Rationale Engine for AI WordPress Theme. Built with deep space glassmorphism design, responsive layouts, dynamic menus, and customizer support.
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: tropelex
Tags: dark-mode, custom-menu, custom-logo, glassmorphism, responsive-layout, modern, grid-layout
*/

/* Core Theme Resets */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overscroll-behavior: none;
    background-color: #12121d;
    color: #e4e1f0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

::-webkit-scrollbar {
    display: none;
}

/* Base WP Alignments */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
