:root {
  --site-editor-font-family: Inter, Arial, sans-serif;
  --site-editor-base-font-size: 17px;
  --site-editor-heading-letter-spacing: 0;
}
body { font-family: var(--site-editor-font-family); font-size: var(--site-editor-base-font-size); }
