/* Override Google Docs inline fonts pasted into articles */
[style*="Times New Roman"],
[style*="times new roman"] {
  font-family: Inter, Roboto, -apple-system, "system-ui", "Segoe UI", "Helvetica Neue", sans-serif !important;
}