
  @import '/assets/plugins/font-awesome/css/regular.min.css';
  @import url('https://fonts.googleapis.com/css?family=Raleway:500,500i,700,700i&amp;display=swap');
  @import url('');
:root {

  --bs-body-font-family:'Raleway', sans-serif;
  --bs-body-font-size:1rem;
  --bs-body-font-weight:500;
  --psc-body-font-weight-bold:700;

  --psc-title-font-family:;
  --psc-title-font-weight:700;
  --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: #ffffff;
  --bs-body-color: #000000;

  --psc-color-primary: #ea4d36;
  --psc-color-primary-alt: #d43e28;
  --psc-color-primary-alt-2: #be3723;
  --psc-color-primary-text: #ffffff;
  --psc-color-secondary: #323a46;
  --psc-color-secondary-alt: #232a35;
  --psc-color-secondary-alt-2: #191e25;
  --psc-color-secondary-text: #ffffff;
  --bs-link-color: #ea4d36;
  --bs-link-hover-color: #d43e28;

  
  --psc-navbar-bg: #ffffff;
  --psc-nav-link-color: #000000;
  --psc-nav-link-hover-color: #ea4d36;
  --psc-nav-link-hover-bg: transparent;
  --psc-nav-link-active-color: #d64833;
  --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: #323a46;
  --psc-footer-color: #ffffff;
  }