/* Local fallback to avoid external Google Fonts dependency in copied templates. */
:root {
  --template-heading-font: 'Inter', 'Segoe UI', sans-serif;
  --template-body-font: 'Inter', 'Segoe UI', sans-serif;
}
body {
  font-family: var(--template-body-font);
}
