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

#ffffff
#087dae
#033246
#ffffff
#ffffff
#033246
*/

/* Body text */
body {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12pt;
  color: #000000;
}

/* Titles (main page headers) */
h1.page-title,
.page-header h1,
.template-header h1 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 26pt;
  font-weight: 400;
  color: #000000;
}

/* Heading 1 */
h1 {
  font-family: 'Halant', serif !important;
  font-size: 24pt;
  font-weight: 300;
  color: #000000;
}

/* Heading 2 */
h2 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16pt;
  font-weight: 500;
  color: #000000;
}

/* Heading 3 */
h3 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14pt;
  font-weight: 400;
  color: #434343;
}

/* Heading 4 */
h4 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12pt;
  font-weight: 400;
  color: #666666;
}
