/* Sinch Bikes webfonts.
   SUBSTITUTION NOTICE: the source brand doc names two families, "Display Sans" and "UI Sans",
   with no binaries supplied. Both are geometric grotesques. Nearest Google Fonts matches in use here:
     Display Sans -> Poppins   (echoes the heavy geometric "sinch" wordmark)
     UI Sans      -> Manrope   (compact grotesque, Latin + Cyrillic + Greek + Vietnamese coverage)
   Replace this @import with self-hosted @font-face rules when the real binaries arrive. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap");

:root{
  --font-display:"Poppins","Noto Sans Arabic","Noto Sans Hebrew","Noto Sans","Helvetica Neue",helvetica,arial,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,"MS Gothic",sans-serif;
  --font-ui:"Manrope","Noto Sans Arabic","Noto Sans Hebrew","Noto Sans","Helvetica Neue",helvetica,arial,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,"MS Gothic",sans-serif;
}
