/*
Theme Name: Cruzada Patagonica Landing
Theme URI: https://cruzadapatagonica.org
Description: Tema completo para la landing de Jornadas Regionales. Incluye estilos Tailwind via CDN para visualización inmediata.
Author: Figma Make AI
Author URI: https://figma.com
Version: 1.0.0
*/

/* Import parent styles */
@import url("../twentytwentyfour/style.css");

/* 
   CUSTOM STYLES 
   Note: Since we are using Tailwind in the React prototype, 
   the final production build would export a compiled CSS file.
   For this child theme, we assume a 'dist/output.css' is enqueued,
   or we place critical overrides here.
*/

:root {
    --brand-color: #982f1c;
    --brand-dark: #7a2516;
    --text-primary: #0f172a;
    --text-secondary: #475569;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-primary);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Customizer Partial Refresh Highlights */
.customize-partial-edit-shortcut {
    border-color: var(--brand-color);
}
