@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body{
  font-family: 'Hubot Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    'wdth' 100;
}



div nav{
  background:none;
}

.theme--light div nav{
  background:none;
}
