/* =====================================================================
   TYPE SCALE
   ===================================================================== */
.mono{ font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

h1{ font-size: 19px; }
h2{ font-size: 17px; }
h3{ font-size: 14.5px; }

.muted{ color: var(--muted); font-size: .85em; }
