@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&amp;display=swap);
:root {
  --bs-body-font-family: 'Manrope', sans-serif !important;
  --bs-body-font-size: 1rem !important;
  --bs-body-font-weight: 400 !important;

  --psc-body-font-weight-bold: 700;
  --psc-font-weight-title: 700;
  --psc-font-family-title:'Manrope', sans-serif;

  --psc-font-size-lead:1.25rem;
  --psc-font-size-h1:2.5rem;
  --psc-font-size-h2:2rem;
  --psc-font-size-h3:1.75rem;
  --psc-font-size-h4:1.5rem;
  --psc-font-size-h5:1.25rem;
  --psc-font-size-h6:1rem;

  --bs-body-bg: #ffffff;
  --bs-body-color: #000;
  --bs-link-color: #ed008c;
  --bs-link-hover-color: #f05bb3;

  --psc-color-primary: #ed008c;
  --psc-color-primary-alt: #d3047e;
  --psc-color-primary-alt-2: #a20160;
  --psc-color-primary-text: #fef8fc;
  --psc-color-primary-alpha: #ed008c17;
  --psc-color-secondary: #8db8ac;
  --psc-color-secondary-alt: #a1c3ba;
  --psc-color-secondary-alt-2: #77a195;
  --psc-color-secondary-text: #1c2523;
  --psc-color-secondary-alpha: #8db8ac17;
  --psc-color-success: #15db95;
  --psc-color-success-alt: #11af77;
  --psc-color-success-text: var(--psc-color-primary);

  --psc-color-secondary-2: #b2c2cc;
  --psc-color-secondary-2-alt: #9ab4c4;
  --psc-color-secondary-2-alt-2: #82a1b5;
  --psc-color-secondary-2-text: #224052;

  --psc-color-secondary-3: #a5b595;
  --psc-color-secondary-3-alt: #91a57c;
  --psc-color-secondary-3-alt-2: #82986c;
  --psc-color-secondary-3-text: #e4f2d6;

  --psc-color-secondary-4: #a39c96;
  --psc-color-secondary-4-alt: #958b83;
  --psc-color-secondary-4-alt-2: #86796d;
  --psc-color-secondary-4-text: #e6dcd3;

  --psc-color-secondary-5: #f6c2b5;
  --psc-color-secondary-5-alt: #dda699;
  --psc-color-secondary-5-alt-2: #cb8979;
  --psc-color-secondary-5-text: #724134;
  --psc-color-secondary-5-light: #fef6f3;

  --psc-color-secondary-6: #f7c575;
  --psc-color-secondary-6-alt: #d2a358;
  --psc-color-secondary-6-alt-2: #bb8d43;
  --psc-color-secondary-6-text: #4b3511;

  --psc-navbar-bg: #fff;
  --psc-nav-link-color: #444444;
  --psc-nav-link-hover-color: #4044ee;
  --psc-nav-link-hover-bg: transparent;
  --psc-nav-link-active-color: #4044ee;
  --psc-nav-link-active-bg: transparent;
  --psc-nav-link-font-size: 1rem;
  --psc-nav-link-font-weight: 600;

  --psc-footer-bg: #c90076;
  --psc-footer-color: #ffffff;

   --psc-border-radius: .50rem;
   --psc-btn-border-radius: 2rem;
   --psc-section-gutter-x: 0;
   --psc-section-gutter-y: 2.5rem;
   --psc-column-gutter-x: 1.5rem;
   --psc-column-gutter-y: 1.5rem;
   --psc-module-gutter-y: 1.25rem;
  }