


:root, :host {

  --bs-body-font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  --bs-body-font-size: 1rem !important;
  --bs-body-font-weight: 400 !important;

  --ps-body-bold-font-weight: 500;
  --ps-title-font-weight: 500;
  --ps-title-font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

  --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;

   --bs-border-radius: .45rem;
   --ps-section-gutter-x: 0;
   --ps-section-gutter-y: 2.5rem;
   --ps-column-gutter-x: 1.5rem;
   --ps-column-gutter-y: 1.5rem;
   --ps-module-gutter-y: 1.25rem;

   @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;
   }
  }