
  @import '/assets/plugins/font-awesome/css/duotone.min.css';
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&amp;display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&amp;display=swap');
:root {

  --bs-body-font-family:'Roboto', sans-serif;
  --bs-body-font-size:1rem;
  --bs-body-font-weight:300;
  --psc-body-font-weight-bold:700;

  --psc-title-font-family:'Lato', sans-serif;;
  --psc-title-font-weight:700;
  --psc-title-h1-font-size:4rem;
  --psc-title-h2-font-size:2.6rem;
  --psc-title-h3-font-size:1.8rem;
  --psc-title-h4-font-size:1.6rem;
  --psc-title-h5-font-size:1.4rem;
  --psc-title-h6-font-size:1.3rem;
  --psc-title-lead-font-size:1.1rem;

  
  --bs-body-bg: #ffffff;
  --bs-body-color: #303030;

  --psc-color-primary: #345983;
  --psc-color-primary-alt: #274568;
  --psc-color-primary-alt-2: #153559;
  --psc-color-primary-text: #ffffff;
  --psc-color-secondary: #767676;
  --psc-color-secondary-alt: #000000;
  --psc-color-secondary-alt-2: #000000;
  --psc-color-secondary-text: #ffffff;
  --bs-link-color: #345983;
  --bs-link-hover-color: #274568;

  
  --psc-navbar-bg: #ffffff;
  --psc-nav-link-color: #535353;
  --psc-nav-link-hover-color: #000000;
  --psc-nav-link-hover-bg: transparent;
  --psc-nav-link-active-color: #000000;
  --psc-nav-link-active-bg: #ffffff;
  --psc-nav-link-font-size: 1rem;
  --psc-nav-link-font-weight: 300;
  --psc-nav-link-padding: 0 1rem;
  --psc-nav-link-line-height: 6rem;

  
  --bs-border-radius: 0.25rem;
  --bs-border-width: 1px;
  --psc-section-gutter-x: 0;
  --psc-section-gutter-y: 2.5rem;
  --psc-column-gutter-x: 1.5rem;
  --psc-column-gutter-y: 1.5rem;
  
  --psc-footer-bg: #ffffff;
  --psc-footer-color: #1d1d1d;
  }