/*
Theme Name: WordSolve Theme
Theme URI: https://github.com/wordsolve/wordsolve-theme
Author: WordSolve Team
Author URI: https://wordsolve.ai
Description: Custom WordPress Theme for LexiSolve/WordSolve word solver tools. Features Elementor compatibility, global colors, and full dark-mode integration.
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: wordsolve-theme
Tags: custom-background, custom-colors, custom-menu, full-width-template, translation-ready

This theme is designed to be used as a standalone theme or as a parent theme.
*/

/* WordPress CSS Reset & Basic Layout defaults */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

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

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f8f9ff;
    color: #0b1c30;
}

.alignwide {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100%;
    max-width: 100%;
}
