/* Full width for Minimal theme */
.wrapper {
  max-width: 100% !important;
  padding: 0 2rem !important;
  box-sizing: border-box;
}

/* Purple links */
a {
  color: purple !important;
}
a:hover {
  color: rebeccapurple !important;
}
