
 @import '/assets/plugins/font-awesome/css/light.min.css';
  @import url('');
:root {

  --font-family-body: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";
  --font-size-body:1rem;
  --font-weight-standard-body:400;
  --font-weight-bold-body:500;
  --font-family-title:;
  --font-weight-title:500;
  --font-size-lead:1.25rem;
  --font-size-h1:2.5rem;
  --font-size-h2:2rem;
  --font-size-h3:1.75rem;
  --font-size-h4:1.5rem;
  --font-size-h5:1.25rem;
  --font-size-h6:1rem;
  
  --color-main-bg: #ffffff;
  --color-font-body: #000000;
  --color-primary: #f92e8d;
  --color-primary-alt: #df1b77;
  --color-primary-alt-2: #ba1764;
  --color-primary-text: #ffffff;
  --color-secondary: #6c757d;
  --color-secondary-alt: #585e63;
  --color-secondary-alt-2: #44494d;
  --color-secondary-text: #ffffff;
  --color-links: #f92e8d;
  --color-links-alt: #df1b77;
  
  --navbar-bg: #fcfcfc;
  --navbar-color: #000000;
  --navbar-color-hover: #f92e8d;
  --navbar-bg-hover: #f7f7f7;
  --navbar-color-active: #f92e8d;
  --navbar-bg-active: transparent;
  --navbar-font-size: 1rem;
  --navbar-font-weight: 500;
  
  --footer-bg: #44494d;
  --footer-color: #ffffff;
  }