/* Tipografia do modelo Word (Roboto embutido no .docx) */

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/proposta-layout/fonts/Roboto-regular.ttf") format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/proposta-layout/fonts/Roboto-bold.ttf") format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/proposta-layout/fonts/Roboto-italic.ttf") format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/static/proposta-layout/fonts/Roboto-boldItalic.ttf") format("truetype");
}

.proposta-layout-page,
.proposta-layout-doc-header,
.proposta-layout-doc-body {
  font-family: Roboto, "Segoe UI", system-ui, sans-serif;
}

.proposta-layout-doc-body .proposta-doc-p {
  orphans: 3;
  widows: 3;
}
