:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
  --bs-breakpoint-xxxl:1900px;


  --magenta: #ff00aa;
  --bs-primary: var(--magenta);
  --bs-primary-rgb: 255, 0, 170;
  --bs-blue: var(--bs-primary);
  --bs-dark: #161616;
  --bs-gray: #222222;
  --bs-body-bg: #eeeeee;
  --bs-heading-color: var(--dark);
  --bs-secondary-rgb: 22, 22, 22;

  --bs-body-font-family: "Poppins", sans-serif;
  --bs-btn-font-family: "Poppins", sans-serif;
/* --input-border-radius: 9999px; */
/* --border-radius: 50%; */
/* --nav-link-font-size: 1.5rem; */
/* --nav-link-font-weight: 500; */

  --bs-border-radius: 5rem;
  --bs-border-radius-sm: 5rem;
  --bs-border-radius-lg: 5rem;
  --border-radius: 0.375rem;
  --bs-nav-tabs-border-radius: 1rem;
  --bs-body-font-size: 1rem;
  --fs-small: .8rem;
  --fs-smaller: .6rem;

/* --h1-font-size: --font-size-base * 2.5 !default; */
/* --h2-font-size: --font-size-base * 2 !default; */
/* --h3-font-size: --font-size-base * 1.75 !default; */
/* --h4-font-size: --font-size-base * 1.25 !default; */
/* --h5-font-size: --font-size-base * 1.15 !default; */
/* --h6-font-size: --font-size-base !default; */

/* --card-border-radius: 1.2rem; */

/* --card-spacer-x: 1.3rem; */
/* --card-spacer-y: 2.3rem; */

}