/*
Theme Name: Colegio Savanna
Theme URI: https://savannaschool.org
Author: Fernando Velarde
Author URI: https://velarde.dev
Description: Tema clasico de WordPress para Savanna International School (Managua, Nicaragua). Diseno institucional bilingue de alto nivel en amarillo y rojo vino, optimizado para rendimiento, accesibilidad y compatibilidad completa con el editor de bloques.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
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: colegio-savanna
Tags: education, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, wide-blocks
*/

/* ==========================================================================
   Anti-FOUC Fallback Variables & Baseline Reset
   Nota: Los estilos completos se encolan desde assets/css/main.css y brand.css
   ========================================================================== */
:root {
  --c-brand-yellow: #f5c518;
  --c-brand-wine: #6d1f2e;
  --c-brand-wine-dark: #4b1220;
  --c-brand-wine-deep: #3a0d19;
  --c-brand-wine-light: #8a2b40;
  --c-brand-cream: #f7f1e5;
  --c-brand-amber: #9a6b00;
  --c-brand-ink: #2e1f1a;
  --c-brand-white: #ffffff;

  /* Legacy mappings */
  --c-gold: var(--c-brand-yellow);
  --c-burgundy: var(--c-brand-wine);
  --c-burgundy-dark: var(--c-brand-wine-dark);
  --c-burgundy-deep: var(--c-brand-wine-deep);
  --c-burgundy-light: var(--c-brand-wine-light);
  --c-cream: var(--c-brand-cream);
  --c-amber: var(--c-brand-amber);
  --c-ink: var(--c-brand-ink);

  --font-serif: 'Playfair Display', Georgia, Cambria, 'Times New Roman', Times, serif;
  --font-sans: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  background-color: var(--c-brand-cream);
  color: var(--c-brand-ink);
}
