/* Reportero H - Design Tokens (v1.4) */
:root {
    /* Colors - Identity */
    --rh-green-official: #01972C;
    --rh-orange-official: #F87C03;

    /* Colors - Header & Nav Gradients */
    --rh-green-header-start: #1E7F3A;
    --rh-green-header-end: #2F8F49;
    --rh-orange-menu-start: #E47A1F;
    --rh-orange-menu-end: #D96E18;

    /* Colors - Editoral Support */
    --rh-black-editorial: #1A1A1A;
    --rh-black-headline: #111111;
    /* Added for extra contrast */
    --rh-gray-texto: #4A4A4A;
    --rh-gray-claro: #F2F2F2;
    --rh-cream-sonora: #F9F5EF;

    /* Colors - Feedback & UI */
    --rh-red-alerta: #C0392B;
    --rh-white: #FFFFFF;

    /* Typography - Families */
    --font-serif-headline: 'Playfair Display', serif;
    --font-sans-body: 'Source Sans 3', sans-serif;
    --font-serif-accent: 'Libre Baskerville', serif;
    --font-mono-data: 'Roboto Mono', monospace;

    /* Font Weights */
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-black: 900;
    --fw-thin: 100;

    /* Layout & Shapes */
    --rh-radius-ui: 8px;
    --rh-grid-base: 4px;

    /* Z-Index Layers */
    --z-header: 1000;
    --z-menu: 900;
    --z-modal: 2000;
}