*{ box-sizing: border-box; margin: 0; padding: 0; }
html{ scroll-behavior: smooth; }
a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; display: block; }
::selection{ background: var(--accent); color: #fff; }

body{
    font-family: var(--sans);
    background: var(--bg);
    color: var(--fg);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
  }
