/* Cassiopeia Sphere: font variable bridge. No font files are bundled. */
body { font-size: var(--body-font-size); }
h1, .h1 { font-size: var(--h1size); }
h2, .h2 { font-size: var(--h2size); }
h3, .h3 { font-size: var(--h3size); }
