
  @import '/assets/plugins/font-awesome/css/duotone.min.css';
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&amp;display=swap');
:root {

  --bs-body-font-family:'Open Sans', sans-serif;;
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --psc-body-font-weight-bold:600;

  --psc-title-font-family:'Open Sans', sans-serif;;
  --psc-title-font-weight:600;
  --psc-title-h1-font-size:2.5rem;
  --psc-title-h2-font-size:2rem;
  --psc-title-h3-font-size:1.75rem;
  --psc-title-h4-font-size:1.5rem;
  --psc-title-h5-font-size:1.25rem;
  --psc-title-h6-font-size:1rem;
  --psc-title-lead-font-size:1.25rem;

  
  --bs-body-bg: #f7f7f7;
  --bs-body-color: #383838;

  --psc-color-primary: #203d6b;
  --psc-color-primary-alt: #0b2145;
  --psc-color-primary-alt-2: #0b2145;
  --psc-color-primary-text: #ffffff;
  --psc-color-secondary: #b5491d;
  --psc-color-secondary-alt: #80370b;
  --psc-color-secondary-alt-2: #80370b;
  --psc-color-secondary-text: #ffffff;
  --bs-link-color: #203d6b;
  --bs-link-hover-color: #0b2145;

  
  --psc-navbar-bg: #000000;
  --psc-nav-link-color: #dadada;
  --psc-nav-link-hover-color: #ffffff;
  --psc-nav-link-hover-bg: transparent;
  --psc-nav-link-active-color: #ffffff;
  --psc-nav-link-active-bg: transparent;
  --psc-nav-link-font-size: 1rem;
  --psc-nav-link-font-weight: 500;
  --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: #000000;
  --psc-footer-color: #e8e8e8;
  }