 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#e34e2c
#792917
#ffffff
#888584
#efefef
*/

body {
  font-family: 'Inter', sans-serif;
  color:#171b25;
  background-color:#fff;
}

.np-dashboard,
.np-learning-paths {
  background-color:#fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}