/* site.css — rules lifted out of the markup during the static conversion.
   Loaded after the merged eZ stylesheet, before mobile.css.
   Everything here replaces presentation that used to live in HTML tags,
   so the mobile phase can override it from CSS alone. */

/* replaces <font color="red"> in the footer */
.brand-accent { color: #ff0000; }

/* replaces <font color=#535548> in the footer */
.brand-muted { color: #535548; }

/* homepage <h1> — the page had no h1 before; kept a real, readable heading
   (never display:none, that throws the signal away) */
h1.page-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #535548;
}
