/*
 * Underware Bello (Airbnb wordmark 2008–2014 per Fonts In Use).
 * Purchase from https://www.underware.nl/fonts/bello/ — place .woff2 under app/assets/fonts/bello/
 * (see docs/typography-bello.md). Propshaft logical paths: bello/<filename>.woff2
 *
 * Bello is a display script: use only for the TurnGenius wordmark (--font-logo-wordmark), not page headings or body copy.
 */

/* Underware’s current web package uses Bello Script Pro Regular (retail); same file for 600/700 so we never faux-bold. */
@font-face {
  font-family: "Bello Pro";
  src: url("/assets/bello/BelloScriptPro-Regular-5b4de87f.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bello Pro";
  src: url("/assets/bello/BelloScriptPro-Regular-5b4de87f.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
