:root {
  /*--bs-body-font-family: 'Poppins', serif;*/
}

.font-family-montserrat { font-family: 'Montserrat Alternates', serif; }
.font-family-inter { font-family: 'Inter', serif; }
.font-family-raleway { font-family: 'Raleway', serif; }

.font-size-0-75 { font-size: 0.75rem; }
.font-size-0-81 { font-size: 0.812rem; }
.font-size-0-875 { font-size: 0.875rem; }
.font-size-1-25 { font-size: 1.25rem; }
.font-size-1-75 { font-size: 1.75rem; }
.font-size-2-5 { font-size: 2.5rem; }

.w-1-25 { width: 1.25rem; }
.w-4 { width: 4rem; }
.w-3 { width: 3rem; }
.w-2 { width: 2rem; }
.h-1-25 { height: 1.25rem; }
.line-height-1-1rem { line-height: 1.1rem; }
.line-height-1-75rem { line-height: 1.75rem; }

.font-weight-bold { font-weight: 700; }

.font-family-poppins { font-family: "Poppins", serif; }

.list-style-none { list-style: none; }

.text-align-justify { text-align: justify; }


