  *{box-sizing:border-box;}
  html,body{margin:0;padding:0;}
  body{
    font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    background:var(--bg);
    color:var(--ink);
    -webkit-font-smoothing:antialiased;
  }

  @font-face{
    font-family:'Manrope';
    src:local('Manrope');
  }

  a{color:inherit;text-decoration:none;}
  button{font-family:inherit;}

