/* ---------------------------------------------------------------------------
   site.css — registreviatgersmossos.com
   Catalan-language site, Mossos d'Esquadra cluster.
   Garnet primary accent with a Senyera-yellow secondary used sparingly on the
   pull-quote left border.
   --------------------------------------------------------------------------- */

:root {
  --color-accent: #862633;          /* Garnet — Catalan oxblood */
  --color-accent-soft: #f5e6e9;     /* Soft pink-garnet for fact boxes */
  --color-accent-secondary: #f4c430; /* Senyera yellow — used sparingly */
}

/* Senyera-yellow accent on the pull-quote left border (sparingly) */
.pull-quote {
  border-left-color: var(--color-accent-secondary);
}
