/* src/styles.css */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  background: #eef2f7;
  color: #152238;
}
button,
input,
textarea,
select {
  font: inherit;
}
@media print {
  body {
    background: #fff;
  }
  .app-shell__form,
  .topbar,
  .actions,
  .no-print {
    display: none !important;
  }
  .app-shell {
    display: block !important;
    padding: 0 !important;
  }
  .preview-card {
    box-shadow: none !important;
    border: none !important;
  }
  .awb-page {
    transform: none !important;
    width: 297mm !important;
    height: 210mm !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
