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

#ffffff
#28a1c8
#238aac
#ffffff
#d3eef6
#0e2f59
*/


/* how does this work? */

body {
    background-color: #ffffff;
    color: #101A28;
    font-family: "Inter",sans-serif;
}
