/* Quotation generator — shared document template + blue accent. */
@import url("_doc.css");

.doc-tool {
  --doc-accent: var(--blue-600);
  --doc-accent-soft: var(--blue-50);
}
