/*
 * ================================================================
 *  HOMEVILLA — Pärnu character kit
 *
 *  This file is baked into the homevilla template zip.
 *  It overrides the --hv-* design tokens in user.css.
 *  That is ALL it does — every visual difference between
 *  Pärnu and other properties lives here.
 *
 *  KIT STORY
 *  Pärnu in summer: the amber light on the Tallinn Gate at dusk,
 *  warm wood floors, the green of Vallikäär park, the pale
 *  Estonian sky. Display typeface: Cormorant Garamond — old-world,
 *  literary, warm. Motif: the arch of the Tallinn Gate.
 * ================================================================
 */

:root {
  /* Accent — roasted amber, colour of evening light on old stone */
  --hv-accent:        #C8860A;
  --hv-accent-soft:   #FDF5E0;   /* warm straw — glance strip background */

  /* Display typeface — headings, hero title, history text */
  --hv-font-display:  'Cormorant Garamond', Georgia, serif;

  /* Body typeface — paragraphs, nav, captions */
  --hv-font-body:     'Inter', system-ui, sans-serif;

  /* Motif stroke — the arch badge in the hero corner */
  --hv-motif-stroke:  #C8860A;
}

/* Cormorant reads best italic for display use on this site */
.hv-hero-h1,
.hv-history p {
  font-style: italic;
}

/* Slightly larger display size for the history strip */
.hv-history p {
  font-size: 1.05rem;
}

/* Column headings on home page teasers — literary warmth */
.hv-col h2 {
  font-style: italic;
}
