/* Fuente corporativa Myriad Pro (Universidad de Zaragoza) */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.d75d7f70aa16.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Semibold.86bb1295004f.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.bfc84fcb6a1c.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Ilustración corporativa de fondo (UNIZAR), fija abajo a la derecha */
.unizar-bg {
  position: fixed;
  bottom: 8px;
  right: 0;
  width: 720px;
  max-width: 60vw;
  height: auto;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .unizar-bg { width: 420px; opacity: 0.3; }
}
