:root {
    /* Shared sans-serif stack for public templates and editor typography. */
    --aiddata-font-family: "Avenir", "Avenir Next", "Helvetica", "Helvetica Neue", "Arial", "Roboto", sans-serif;
}

html,
body,
button,
input,
optgroup,
select,
textarea,
label,
legend,
table,
th,
td,
p,
a,
li,
dt,
dd,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
small,
strong,
em,
blockquote,
figcaption,
caption {
    font-family: var(--aiddata-font-family) !important;
}
