/**** Poppins Fonts ****/
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Black';
  src: url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Light';
  src: url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

  
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.poppins-bold {
  font-family: 'Poppins-Bold';
}

.poppins-extrabold {
  font-family: 'Poppins-ExtraBold';
}

.poppins-medium {
  font-family: 'Poppins-Medium';
}

.poppins-regular {
  font-family: 'Poppins-Regular';
}

.poppins-black {
  font-family: 'Poppins-Black';
}

.poppins-light {
  font-family: 'Poppins-Light';
}

.poppins-semibold {
  font-family: 'Poppins-SemiBold';
}

/**** Sora Fonts ****/
@font-face {
  font-family: 'Sora-Bold';
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Sora-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sora-ExtraBold';
  src: url("../fonts/Sora-ExtraBold.woff") format("woff"), url("../fonts/Sora-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sora-Light';
  src: url("../fonts/Sora-Light.woff") format("woff"), url("../fonts/Sora-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sora-Medium';
  src: url("../fonts/Sora-Medium.woff") format("woff"), url("../fonts/Sora-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Black';
  src: url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Sora-Regular';
  src: url("../fonts/Sora-Regular.woff") format("woff"), url("../fonts/Sora-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

  
@font-face {
  font-family: 'Sora-SemiBold';
  src: url("../fonts/Sora-SemiBold.woff") format("woff"), url("../fonts/Sora-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

  .sora-bold {
    font-family: 'Sora-Bold';
  }

  .sora-extrabold {
    font-family: 'Sora-ExtraBold';
  }

  .sora-light {
    font-family: 'Sora-Light';
  }

  .sora-medium{ 
    font-family: 'Sora-Medium';
  }

  .sora-regular {
    font-family: 'Sora-Regular';
  }

  .sora-semibold {
    font-family: 'Sora-SemiBold';
  }


/**** Lucia Fonts ****/
@font-face {
  font-family: 'LucidaGrande';
  src: url("../fonts/LucidaGrande.woff") format("woff"), url("../fonts/LucidaGrande.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LucidaGrande-Bold';
  src: url("../fonts/LucidaGrande-Bold.woff") format("woff"), url("../fonts/LucidaGrande-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.lucidagrande {
  font-family: 'LucidaGrande';
}

.lucidagrande-bold {
  font-family: 'LucidaGrande-Bold';
}