@import url("styles-base.css");

/* UseBy & Print brand colour tuned to the warm orange-red in the app icon. */
:root{
  --red:#f83a08;
  --red-dark:#d92f00;
  --soft-red:#fff1ec;
}
.scan-box span{color:#ffb39a}
.callout{background:#fff1ec;border-color:#ffd1c2;color:#7c2a13}
.callout strong{color:#5b1b09}
