
/*****
    POPPINS
*****/

/* Thin (Hairline) */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-thin.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-thin-italic.ttf');
  font-weight: 100;
  font-style: italic;
}

/* Extra Light (Ultra Light) */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-extralight.ttf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-extralight-italic.ttf');
  font-weight: 200;
  font-style: italic;
}

/* Light */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium-italic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Semi Bold */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-italic.ttf');
  font-weight: 600;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-extrabold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-extrabold-italic.ttf');
  font-weight: 800;
  font-style: italic;
}

/* Extra Bold */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-black-italic.ttf');
  font-weight: 900;
  font-style: italic;
}
