
/*
* Poppins fonts
*
*/

@font-face {  
  font-family: 'poppins-regular';
  src: url(../fonts/poppins/poppins.regular.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-medium';
  src: url(../fonts/poppins/poppins.medium.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-semi-bold';
  src: url(../fonts/poppins/poppins.semibold.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-bold';
  src: url(../fonts/poppins/poppins.bold.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-extra-bold';
  src: url(../fonts/poppins/poppins.extrabold.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-black';
  src: url(../fonts/poppins/poppins.black.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-light';
  src: url(../fonts/poppins/poppins.light.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-extra-light';
  src: url(../fonts/poppins/poppins.extralight.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-thin';
  src: url(../fonts/poppins/poppins.thin.woff2);
  font-weight: normal;
}


/*
* Poppins italic fonts
*
*/

@font-face {  
  font-family: 'poppins-regular-italic';
  src: url(../fonts/poppins/poppins.italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-medium-italic';
  src: url(../fonts/poppins/poppins.medium-italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-semi-bold-italic';
  src: url(../fonts/poppins/poppins.semibold-italic.woff2);
  font-weight: normal;
}

@font-face {
  font-family: 'poppins-bold-italic';
  src: url(../fonts/poppins/poppins.bold-italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-extra-bold-italic';
  src: url(../fonts/poppins/poppins.extrabold-italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-black-italic';
  src: url(../fonts/poppins/poppins.black-italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-light-italic';
  src: url(../fonts/poppins/poppins.light-italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-extra-light-italic';
  src: url(../fonts/poppins/poppins.extralight-italic.woff2);
  font-weight: normal;
}

@font-face {  
  font-family: 'poppins-thin-italic';
  src: url(../fonts/poppins/poppins.thin-italic.woff2);
  font-weight: normal;
}
