/*
Theme Name: KENG
Theme URI: https://keng.ws
Author: Keng
Author URI: https://keng.ws
Description: A minimalist editorial WordPress theme inspired by high-end gallery catalogs and architectural monographs. Features the "Silent Authority" design system with hard-edge geometry, Tailwind CSS, and a curated typographic hierarchy.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-atelier
Tags: blog, one-column, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/*
 * Base styles not covered by Tailwind inline config.
 * Tailwind classes are applied via CDN in functions.php.
 */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

body {
    background-color: #fbf9f8;
    color: #303333;
}

.article-content p {
    margin-bottom: 2rem;
    line-height: 1.8;
}

.article-content h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1.875rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

/* WordPress alignment classes */
.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #797b7b;
    margin-top: 1rem;
}
