/* Font Family */
@font-face {
  font-family: Noto-Sans;
  src: url("../css/font/NotoSans-VariableFont_wdth\,wght.ttf");
  font-display: swap;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans";
}

/* text colors*/
.txt-primary {
  color: var(--bg-primary);
}
.txt-secondary {
  color: var(--bg-secondary);
}
.txt-tertiary {
  color: var(--bg-tertiary);
}
.txt-white {
  color: var(--bg-white);
}

.txt-black {
  color: var(--bg-black);
}

.txt-grey {
  color: var(--bg-grey);
}

.txt-default {
  color: var(--default-text);
}

/* text weight*/
.txt-400 {
  font-weight: 400 !important;
}
.txt-500 {
  font-weight: 500 !important;
}

/* Bg colors  */
.bg-primary {
  background-color: var(--bg-primary);
  color: #fff;
}

.bg-secondary {
  background-color: var(--bg-secondary);
}

.bg-tertiary {
  background-color: var(--bg-tertiary);
}

.bg-main {
  background-color: var(--bg-main-content);
}

.bg-black {
  background-color: var(--bg-black);
}

.background-white {
  background-color: var(--bg-white);
}

/* Fill colors  */

.fill-primary {
  fill: var(--bg-primary);
}

.border-primary {
  border-color: var(--bg-primary);
}

/* Font sizes  */

.fs-14 {
  font-size: 14px;
}

/* Spacing custom classes  */
.mb-0 {
  margin-bottom: 0;
}

.mt-11 {
  margin-top: 2.75rem;
}

.-ml-48 {
  margin-left: -48px;
}

.py-138 {
  padding: 138px 0;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.py-140 {
  padding: 140px 0;
}

.py-75 {
  padding: 75px 0;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mb-75 {
  margin-bottom: 75px;
}
.mt-8p {
  margin-top: 8px;
}
.-mt-25 {
  margin-top: -25px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mt-40 {
  margin-top: 40px;
}

.-mt-75 {
  margin-top: -75px;
}

.p-0 {
  padding: 0;
}
/* Sizing custom  */

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

/* Alignment custom  */
.text-right {
  text-align: right;
}

/* Position custom  */

.-left-170 {
  left: -170px;
}

.-right-170 {
  right: -170px;
}

.-left-138 {
  left: -138px;
}

.-right-138 {
  right: -138px;
}

.top-10 {
  top: 10px;
}

.bottom-13 {
  bottom: 13px;
}

.top-50p {
  top: 50%;
}

.rotatez-45 {
  transform: rotateZ(45deg);
}

.opacity-half {
  opacity: 0.5;
}

.h-270 {
  height: 270px;
}

.top-65p {
  top: 65%;
}

.hover-underline {
  transition: text-decoration 0.3s;
}

.text-underline {
  text-decoration: underline;
}

.hover-underline:hover {
  text-decoration: underline;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-i-2 {
  margin-top: 0.5rem !important;
}

.mt-i-4 {
  margin-top: 1rem !important;
}

.mt-i-6 {
  margin-top: 1.5rem !important;
}

.mb-i-2 {
  margin-bottom: 0.5rem !important;
}

.mb-i-4 {
  margin-bottom: 1rem !important;
}

.mb-i-6 {
  margin-bottom: 1.5rem !important;
}

.max-1200 {
  max-width: 1120px;
}

.max-h-190 {
  max-height: 190px;
}

.max-h-330 {
  max-height: 330px;
}

.line-h-33 {
  line-height: 33px;
}

.mt-i-0 {
  margin-top: 0 !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.imp-hidden {
  display: none !important;
}

em {
  font-style: italic;
}
