/* Custom Fonts */

/* Poppins Font Family */
@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-EXTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-EXTRALIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-SEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-SEMIBOLDITALIC.TTF') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-EXTRABOLD.TTF') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-EXTRABOLDITALIC.TTF') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Fonts/Poppins/POPPINS-BLACKITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* Playfair Display Font Family */
@font-face {
  font-family: 'Playfair Display';
  src: url('../Fonts/Playfair Display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../Fonts/Playfair Display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
}
