/*
Theme Name: Araka News
Theme URI: https://araka.com
Author: Antigravity
Author URI: https://araka.com
Description: Theme moderno, ultraligero y de alto rendimiento para el portal de noticias Araka, diseñado según el manual de marca oficial.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: araka-news
Tags: news, magazine, responsive-layout, grid-layout, custom-colors, featured-images
*/

:root {
  /* Paleta Oficial Araka */
  --araka-green-dark: #064E27;
  --araka-green-medium: #276830;
  --araka-green-leaf: #679E48;
  --araka-green-light: #8FB03B;
  --araka-yellow-citrus: #EFE02B;
  --araka-yellow-dark: #DCD62E;
  
  /* Paleta de Categorías */
  --araka-red: #CE0000;
  --araka-red-light: #E26666;
  --araka-blue: #0050C4;
  --araka-blue-light: #6696DC;
  --araka-ochre: #733503;
  --araka-ochre-light: #AB8668;
  
  /* Escala de Grises y Neutros */
  --araka-bg-body: #F8F9FA;
  --araka-bg-card: #FFFFFF;
  --araka-text-main: #1C1E21;
  --araka-text-muted: #65676B;
  --araka-border: #E4E6EB;
  --araka-border-light: #F0F2F5;
  
  /* Tipografía */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: 'Merriweather', Georgia, Cambria, "Times New Roman", Times, serif;
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Sombras y Radios */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 25px rgba(0,0,0,0.12);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  
  --container-max: 1240px;
}
