/* System font stack used by templates that migrated from BossX/BossV. */
:root {
  --vgo-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body {
  font-family: var(--vgo-system-font);
}
