/*
Theme Name: Conexão Literária
Theme URI:  https://example.com/conexao-literaria
Description: Tema filho de Hello Elementor, personalizado para o projeto "Conexão Literária".
Author:     Você
Author URI: https://example.com
Template:   hello-elementor
Version:    1.0.0
Text Domain: conexao-literaria
*/

/* === Custom child theme CSS starts below === */

:root{
  --site-accent: #6b3fa0;
  --site-bg: #ffffff;
  --site-text: #222222;
}

body {
  background-color: var(--site-bg);
  color: var(--site-text);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Example: styled entry title for posts */
.entry-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Add your custom CSS below */
