@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  src: url("path-to-your-font-file.woff2") format("woff2");
}

*,
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
}

ul{
  list-style: disc;
}

.pt_pages_display_head{
  font-size: 55px;
  font-weight: 600;
  line-height: 80px;
}

.pt_pages_display_subhead_para{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #2661E0;
}

.pt_pages_sect_subhead_para{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.pt_pages_sect_xxl_head{
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}

.ux4g-btn-primary{
  background-color: #2661E0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 20px;
  padding: 8px 15px;
  color: #FAFAFA;
  border: 1px solid #2661E0;
}