/* Home (index) — page-specific styles */

/* Bind font tokens to loaded Google Fonts */
:root {
  --font-serif: "EB Garamond", ui-serif, Georgia, serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

/* Add index-only overrides below if needed */

/* Index: horizontal action row */
.actions-row { display: grid; grid-auto-flow: column; justify-content: start; gap: var(--space-4); }

/* Index: mini badges row */
.badges-row { display: flex; align-items: center; gap: 0.75rem; }

/* Index: hero card image radius */
.hero-image { border-radius: 12px; object-fit: cover; width: 80%; height: 100%; margin-inline: auto; margin-top: 1rem; margin-bottom: 1rem; }

 
