/* Currently we only use UberMove-Medium and UberMoveText-Regular. */

@font-face {
  font-family: "UberMove";
  src: url("/UberMove-Medium.woff2") format("woff2"),
    url("/UberMove-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UberMoveText";
  src: url("/UberMoveText-Regular.woff2") format("woff2"),
    url("/UberMoveText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
