/*
 * Contact Sheety — overrides for 98.css (windows-98.css).
 * Load after 98.css and base.css so these rules take precedence.
 */

/* 98.css sets 11px here; use at least 1rem for readability (matches :root in base.css). */
.title-bar,
.window,
button,
input,
label,
option,
select,
table,
textarea,
ul.tree-view {
    font-size: 1rem;
}
