/* fonts.css — @font-face + logo helpers */
@font-face {
  font-family: "OCRA";
  src: url("/OCRA.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Procedura logo (bottom-right) */
.logo-box {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  z-index: 15000;
  pointer-events: none;
}
.logo-box svg {
  width: 48px;
  height: 48px;
  overflow: visible;
}
