/* GENERATED by tools/portrait_stature.py from tools/portrait_stature.json.
   Do not edit: change the JSON and regenerate.
   --stature scales a portrait's bust from its race, bottom-anchored, so
   short folk sit lower in the frame rather than shrinking toward its middle.
   --stature-fit is 1 / the tallest race, so that race exactly fills the frame
   and every tile uses scale(var(--stature) * var(--stature-fit)). */
:root { --stature: 1; --stature-fit: 0.8; }
[data-race="Human"] { --stature: 1; }
[data-race="Elf"] { --stature: 1; }
[data-race="Half-Elf"] { --stature: 1; }
[data-race="Half-Orc"] { --stature: 1.25; }
[data-race="Dwarf"] { --stature: 0.8; }
[data-race="Hobbit"] { --stature: 0.65; }
[data-race="Gnome"] { --stature: 0.65; }
