/*
 * Weight 400 ("Cabrito" in the ported Tilda CSS) is the original display
 * face Cabrito Contrast Regular (Jeremy Dooley / Insigne), supplied by
 * Artem on 2026-07-25 from his own licensed copy and self-hosted here as
 * a subsetted woff2. It carries the headings and the "Carolin Kaprov"
 * lettering, exactly as on the Tilda original.
 * LICENSE: the file permits embedding (fsType 0); Artem is responsible
 * for holding a webfont license for this domain. See docs/DELTAS.md.
 *
 * Weight 300 (body copy) is still a substitute: the original Araboto
 * Light is licensed to Tilda, not to us; Roboto Light is visually near
 * identical (SIL OFL, /fonts/OFL-roboto.txt).
 * Alegreya Sans Light stays as the fallback for weight 400 in case the
 * Cabrito file is ever removed for licensing reasons.
 */
@font-face {
  font-family: 'Cabrito';
  src: url('/fonts/roboto-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabrito';
  src: url('/fonts/cabrito-contrast-regular.woff2') format('woff2'),
       url('/fonts/alegreya-sans-light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
