/*
 * Manrope v20 self-hosted for the native app startup path.
 * The app must not paint with fallback fonts before this production font is ready.
 */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./manrope-v20-400.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("./manrope-v20-500.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("./manrope-v20-600.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./manrope-v20-700.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("./manrope-v20-800.woff") format("woff");
}
