/* v97 global-common.css
   Staged global/helper CSS.
   These are exact-match rules shared by 3+ existing CSS files.
   No original rules were removed in this step.
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

a {
    color: inherit;
    text-decoration: none;
  }

body {
    font-family: var(--jp-font);
    color: var(--ink);
    background: var(--white);
    line-height: 2;
    font-size: 16px;
    letter-spacing: .015em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
  }

html {
    scroll-behavior: smooth;
  }

* {
    box-sizing: border-box;
  }
