/* PDF Annotator - base. Migrated from WP Coder export. */

/* =========================
   FONTES PARA CANVAS
========================= */

@font-face{
  font-family:"DejaVu Serif";
  src:url("../fonts/DejaVuSerif.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"DejaVu Serif";
  src:url("../fonts/DejaVuSerif-Bold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

/* ======================================================
   PDF ANNOTATOR — LAYOUT ESTÁVEL WP SAFE
   ====================================================== */

#pdf-annotator{
  --btn-size:54px;

  --brand:#12B3B6;
  --brand-dark:#0E8E90;
  --bg:#f7f8fa;
  --panel:#ffffff;
  --ink:#0e1720;
  --muted:#5b6570;
  --line:#e1e5ea;
  --shadow:0 10px 24px rgba(0,0,0,.08);

  font-family:"DejaVu Serif", serif;
  color:var(--ink);
  font-weight:400;

  width:100%;
  max-width:1600px;
  margin:0;
  background:var(--bg);

  display:flex;
  flex-direction:column;

  height:100dvh;

  position:relative;
  isolation:isolate;
  overflow:hidden;
}
