/* Alberto 32: shared identity with the approved quote PDF. */
@font-face {
  font-family: Manrope;
  src: url("assets/brand-32/Manrope-variable.woff") format("woff");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #fff;
  --ink: #292724;
  --muted: #625e57;
  --accent: #725136;
  --oak: #a4774d;
  --ivory: #f5f1e9;
  --line: #ddd0be;
  --dark: #292724;
  font-family: Manrope, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  color-scheme: light;
  font-synthesis: none;
}
