:root {
  color-scheme: light;
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}

* {
  box-sizing: border-box;
}



main {
  width: 100%;
}

a {
  color: inherit;
}

canvas,
img {
  max-width: 100%;
  height: auto;
}

@media print {
  body {
    background: #ffffff;
  }

  .print-hide {
    display: none !important;
  }
}
