/*
Theme Name: Fernando Essays
Theme URI: https://example.com/fernando-essays
Author: OpenAI
Author URI: https://openai.com
Description: Tema WordPress em blocos, limpo e elegante, pensado para publicações textuais, ensaios, artigos e páginas institucionais pessoais.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
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: fernando-essays
Tags: blog, one-column, two-columns, custom-logo, custom-menu, editor-style, full-site-editing, block-patterns
*/

/* Estilos extras mínimos; o grosso do visual está em theme.json */
html {
  scroll-behavior: smooth;
}

.wp-site-blocks {
  min-height: 100vh;
}

.is-style-reading-width {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.entry-meta,
.taxonomy-cloud {
  font-size: 0.92rem;
  opacity: 0.82;
}

.wp-block-post-title a {
  text-decoration: none;
}

.wp-block-post-title a:hover {
  text-decoration: underline;
}

.site-footer a,
.site-header a {
  text-decoration: none;
}

.site-footer a:hover,
.site-header a:hover {
  text-decoration: underline;
}
