/*
 * Shared-display font trial slot.
 * To try another font: replace fonts/display-primary.ttf, then bump the
 * candidate query token below so the browser does not reuse the old file.
 */
@font-face {
  font-family: "Rasam Display Trial";
  src: url("./fonts/display-primary.ttf?candidate=liftaswashposter-1") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-body: "Rasam Display Trial", "Cairo", system-ui, sans-serif;
  --font-display: "Rasam Display Trial", "Noto Kufi Arabic", "Cairo", system-ui, sans-serif;
}

/* Keep machine-readable join details clear even when a trial font stylizes Latin glyphs. */
.join-url,
.room-code,
.room-code-cell,
.lobby-domain {
  font-family: "Cairo", system-ui, sans-serif;
}
