/*! Copyright 2025 Taito United Oy - All rights reserved. */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  word-wrap: break-word;
  width: 100%;
  background-color: #f7f9fa;
  -webkit-overflow-scrolling: touch;
}

.MuiMenu-paper {
  transition-duration: 0s !important;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif !important;
}

@media print {
  html,
  body {
    font-size: 12px;
  }
  html,
  body,
  div {
    width: auto;
    height: auto !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
    page-break-inside: auto;
  }
}

@media print {
  -moz-appearance: number-input;
}


/*# sourceMappingURL=main.09aa0e0e93e51ceb4e6e.css.map*/