/* ═══════════════════════════════════════════════════
   MAIN.CSS — Page-Specific Overrides
   ═══════════════════════════════════════════════════
   Design-tokens and component classes live in their
   own files. This file keeps only global resets and
   page-level tweaks.
*/

/* Smooth Scroll Behavior global */
html {
    scroll-behavior: smooth;
    background-color: var(--brand-black, #0a0a0a);
}

body {
    background-color: var(--brand-black, #0a0a0a);
    color: var(--brand-black, #0a0a0a);
    overflow-x: hidden;
}

/* Tipografia de Luxo */
.text-editorial {
    line-height: 0.9;
    letter-spacing: -0.02em;
}