b {
  font-family: 'Antonio';
  color: var(--primary);
}

.ref-order-line {
  font-family: 'Open Sans';
}

.col {
  border-radius: 0px !important;
}

h2 {
  font-family: 'Antonio';
  color: var(--secondary);
}

.ref-order-info, .ref-order-customer, .ref-order-shipping, .ref-order-billing, .ref-line-items {
  border: 1px solid var(--secondary) !important;
  border-radius: 0px !important;
}

.reflow-order-status {
  display: flex;
  justify-content: center;
}

