/* Villas Campestre Mediterráneo — self-hosted premium type pairing (no CDN).
 *
 * Editorial display + clean body, per the Creytix font pipeline luxury-residence
 * register. Both are TRUE variable WOFF2 (single file, full weight axis) and
 * vendored locally so the funnel-sandboxed /condo path serves them with relative
 * paths (no ../../packages, no external host — CSP + funnel safe).
 *
 *   Display  · Fraunces  — warm high-contrast editorial serif (soft, characterful;
 *                          the Mediterranean-boutique headline face).
 *   Body     · Inter     — neutral, highly legible grotesque for running text/UI.
 */
@font-face {
  font-family: "Fraunces";
  src: url("./fraunces-variable.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./inter-variable.woff2") format("woff2");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}
