@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');:root, :host {
  --bs-body-font-family: "Noto Sans", sans-serif !important;
  --bs-body-font-size: 1rem !important;
  --bs-body-font-weight: 400 !important;

  --ps-body-bold-font-weight: 700;
  --ps-title-font-weight: 700;
  --ps-title-font-family:"Noto Sans", sans-serif;

  --ps-lead-font-size:1.25rem;
  --ps-h1-font-size:2.5rem;
  --ps-h2-font-size:2rem;
  --ps-h3-font-size:1.75rem;
  --ps-h4-font-size:1.5rem;
  --ps-h5-font-size:1.25rem;
  --ps-h6-font-size:1rem;

  --ps-nav-link-font-size: 1rem;
  --ps-nav-link-font-weight: 500;

  @media(max-width:768px){
  --ps-lead-font-size:1.25rem;
  --ps-h1-font-size:1.375rem;
  --ps-h2-font-size:1.325rem;
  --ps-h3-font-size:1.3rem;
  --ps-h4-font-size:1.275rem;
  --ps-h5-font-size:1.25rem;
  --ps-h6-font-size:1rem;
  }
}