body {
    font-family: var(--nc-font-type) !important;
    font-size: var(--nc-font-size) !important;
  }
  
  h1, h2, h3, h4, h5, h6, p {
    font-family: var(--nc-font-type) !important;
  }
  p {
    font-size: var(--nc-font-p-size) !important;
  }
  h1 {
    font-size: var(--nc-font-h1-size) !important;
  }
  h2 {
    font-size: var(--nc-font-h2-size) !important;
  }
  h3 {
    font-size: var(--nc-font-h3-size) !important;
  }
  h4 {
    font-size: var(--nc-font-h4-size) !important;
  }
  h5 {
    font-size: var(--nc-font-h5-size) !important;
  }
  h6 {
    font-size: var(--nc-font-h6-size) !important;
  }

  