/*
 * Primary packaging-heading stack for the Whimsy prototypes and Thrive.
 * Times New Roman is referenced as an installed system font; no proprietary
 * font bytes are bundled. See README.md for evidence and licensing notes.
 */
:root {
  --whimsy-packaging-heading-font: "Times New Roman", Times,
    "Nimbus Roman No9 L", "Liberation Serif", serif;
}

.whimsy-packaging-heading {
  font-family: var(--whimsy-packaging-heading-font);
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
}
