/* Poppins */

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}


/* Graftyne Display */

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-SemBd-SemExp.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-SmBd-SmEx-It.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-Med-Exp.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-Med-Exp-Ita.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-Med-Cond.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-Med-Cond-Ita.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('./fonts/Graftyne-Display-Cond-Ita.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
}
