/* Ranade, by the Indian Type Foundry via Fontshare, free for commercial use.
   https://www.fontshare.com/fonts/ranade

   One variable family carries the whole product: display headlines, UI labels,
   and the italic blanks in the demo form. */
@font-face {
  font-family: 'Ranade';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/fonts/Ranade-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Ranade';
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url('/fonts/Ranade-VariableItalic.woff2') format('woff2');
}

/* Fixed-weight aliases. React Native styles name a family per weight and mostly
   never set fontWeight, so a single 'Ranade' family would render every one of
   them at 400. A one-value font-weight descriptor pins the variable font to
   that instance, which keeps every existing `fontFamily: Fonts.bold` correct
   without touching its call site. */
@font-face {
  font-family: 'RanadeRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Ranade-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'RanadeMedium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Ranade-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'RanadeSemiBold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Ranade-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'RanadeBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Ranade-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'RanadeRegular';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Ranade-VariableItalic.woff2') format('woff2');
}
