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

#ffffff
#2b4bff
#2b4bff
#000000
#2b4bff
#ffffff
*/

@font-face {
    font-family: 'Work Sans';
    src: url(https://www.getcanopy.com/hubfs/Client%20Portal%20HelpWorkSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url(https://www.getcanopy.com/hubfs/Client%20Portal%20Help/WorkSans-ExtraBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Work Sans-Black';
  src: url(https://www.getcanopy.com/hubfs/Client%20Portal%20Help/WorkSans-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}


@font-face {
    font-family: 'Domaine Display Narrow Regular';
    font-weight: 900;
    font-style: normal;
    src: url(https://www.getcanopy.com/hubfs/Homepage%202022/Fonts/DomaineDispNar-Regular.woff) format("woff");
    src: url(https://www.getcanopy.com/hubfs/Homepage%202022/Fonts/DomaineDispNar-Regular.woff);
}

@font-face {
    font-family: 'Domaine Display Narrow Bold';
    font-weight: 600;
    font-style: normal;
    src: url(https://www.getcanopy.com/hubfs/Homepage%202022/Fonts/DomaineDispNar-Bold.woff) format("woff");
    src: url(https://www.getcanopy.com/hubfs/Homepage%202022/Fonts/DomaineDispNar-Bold.woff);
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
  }

