*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fv-font-sans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fv-blue-600);
  background: var(--fv-grey-50);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }
