/*
Theme Name: Épico Base
Theme URI: https://epico.site
Author: Márcio Duarte
Author URI: https://epico.site
Description: Tema placeholder headless para o serviço epico.site. WordPress como CMS puro — zero output no front-end. O site real é gerado estaticamente via Astro.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: epico-base
Tags: headless, cms-only, placeholder, no-frontend
*/

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: -apple-system,
        "system-ui",
        Segoe UI,
        Roboto,
        Oxygen-Sans,
        Ubuntu,
        Cantarell,
        Helvetica Neue,
        sans-serif;
}

body .is-layout-flex {
    justify-content: center;
}

.wp-site-blocks {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #7c94ff;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

a:hover {
    color: #fff;
}

