@font-face {
  font-family: "PMP Sans";
  src: url("/vendor/pdfjs/standard_fonts/LiberationSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PMP Sans";
  src: url("/vendor/pdfjs/standard_fonts/LiberationSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "PMP Sans";
  src: url("/vendor/pdfjs/standard_fonts/LiberationSans-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PMP Sans";
  src: url("/vendor/pdfjs/standard_fonts/LiberationSans-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

.export-font-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e7ea;
}

.export-font-actions[hidden] {
  display: none;
}

.export-font-actions button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #b85b16;
  border-radius: 6px;
  background: #fff3e5;
  color: #7d3d0d;
  font-size: 9px;
  font-weight: 900;
}

.export-font-actions button:hover {
  background: #ffe5c4;
}

.export-font-actions small {
  color: #6b7e86;
  font-size: 8px;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .export-font-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .export-font-actions button {
    width: 100%;
  }
}
