/* Use a safe system font stack to avoid external font downloads */
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* If you want to use a bundled webfont, place the font files under assets/fonts and @font-face them here pointing to local files. */
