/* Site-wide overrides layered on top of Bootstrap. Only rules actually used by the
   storefront are kept here; the default ASP.NET template cruft has been removed. */

/* Sufficient link contrast against the white background. */
a {
  color: #0366d6;
}

/* Primary button colour to match the brand. */
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Slightly smaller base type on narrow screens, full size from the tablet breakpoint. */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
