/*
Theme Name:  AI Align
Theme URI:   https://aialign.co
Description: Custom theme for AI Align — step-by-step AI learning community. Full-custom landing page with Elementor support for inner pages.
Version:     1.0.0
Author:      Digital Factory
Author URI:  https://digitalfactory.in
License:     GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aialign
Tags:        custom-background, custom-logo, full-width-template, blog, education
*/

/* Base reset — actual styles in assets/css/main.css */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
    background: #FAF6EE;
    color: #1A1710;
}

/* WordPress core classes — needed by Elementor and WP core */
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.875rem; color: #6B6560; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.screen-reader-text {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
