/*
 * Type.
 *
 * One family everywhere: Open Sans. It reads well small, which is what the hour tables and
 * labels need, and it carries weight 800 for the headings that have to shout, so the second
 * family this file used to pair in is no longer needed.
 *
 * Loaded after theme.css, whose body rule is !important, so these need !important too.
 */
h1, h2, h3,
.th-h1, .th-cardtitle, .thd-title, .thd-big, .th-sumnum,
.rp-pct, .rp-tile .n,
.at-tval, .at-tlab, .at-name, .at-sec,
.ms-dsub, .xo-amt, .bl-h1, .sup-title, .bl-cbadge {
    font-family: 'Open Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}
