/*
Theme Name: Immenstheme
Theme URI: https://github.com/Studio-Immens/immenstheme
Author: Mauro Arnone
Author URI: https://studioimmens.com
Description: A fast, lightweight, performance‑focused WordPress theme for ImmensPress.
Version: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: immenstheme
Tags: blog, one-column, responsive-layout, custom-logo, custom-header, translation-ready, block-patterns
*/

/*
 * Add your custom CSS below. The theme is intentionally minimal to keep Lighthouse scores high.
 */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #fff;
    color: #222;
    line-height: 1.6;
    padding: 1rem;
}

header, footer {
    text-align: center;
    margin: 2rem 0;
}

a {
    color: #1b84e5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
