/* Panchang: resolved by unifont from the `fontshare` provider.
 * https://unifont.dev/fonts/Panchang
 */

@font-face {
  font-family: "Panchang specimen";
  src: url("https://cdn.fontshare.com/wf/3EYR5VZG7BOTQNLB34TX4FUZFGX2YCCM/SFOY6ZPN4VTCDQSAJXRUH6WO332MUVIJ/K6CYW4ZSO2LJE4GQSX5LXSHNP2RCBS3K.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-panchang-specimen: "Panchang specimen", "Panchang specimen fallback", sans-serif;
}

/* Metric-matched fallback, so text does not reflow when the real font lands. */
@font-face {
  font-family: "Panchang specimen fallback";
  src: local("Arial"), local("Arimo"), local("Liberation Sans"), local("DejaVu Sans"), local("Helvetica");
  size-adjust: 100%;
  ascent-override: 97%;
  descent-override: 26%;
  line-gap-override: 9%;
}
