/*
Theme Name: Revista Banto
Theme URI: https://banto.cc/revista
Author: Banto Casa Criativa
Author URI: https://banto.cc
Description: Tema editorial profissional para a Revista Banto — cultura, arte e protagonismo negro. Compatível com Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: revista-banto
Tags: blog, news, magazine, editorial, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor
*/

/* ============================================
   DESIGN SYSTEM — Variáveis Globais
   ============================================ */

:root {
  --color-bg: #F7F5F0;
  --color-surface: #ffffff;
  --color-beige: #D4C5B9;
  --color-terracotta: #B84A39;
  --color-black: #1A1A1A;

  --color-text-main: var(--color-black);
  --color-text-muted: #4b5563;
  --color-text-light: #9ca3af;
  --color-border: #e2e2e2;
  --color-accent: var(--color-terracotta);

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-logo: 'Inter', sans-serif;

  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.15);
}
