@font-face {
  font-family: RobotoRegular;
  src: url("Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: RobotoBold;
  src: url("Roboto-Bold.woff2") format("woff2");
}

@media print {
  header {
    display: none !important;
  }
  main {
    padding: 0 !important;
  }
  #content {
    border: none !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0) !important;
    margin: 0;
    max-width: unset;
  }
  .mantine-Stepper-root {
    display: none;
  }
}
