/* Clash Display Font Faces */
@font-face {
  font-family: 'Clash Display';
  src: url('./clash-display/ClashDisplay-Extralight.woff2') format('woff2'),
       url('./clash-display/ClashDisplay-Extralight.woff') format('woff'),
       url('./clash-display/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./clash-display/ClashDisplay-Light.woff2') format('woff2'),
       url('./clash-display/ClashDisplay-Light.woff') format('woff'),
       url('./clash-display/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./clash-display/ClashDisplay-Regular.woff2') format('woff2'),
       url('./clash-display/ClashDisplay-Regular.woff') format('woff'),
       url('./clash-display/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./clash-display/ClashDisplay-Medium.woff2') format('woff2'),
       url('./clash-display/ClashDisplay-Medium.woff') format('woff'),
       url('./clash-display/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./clash-display/ClashDisplay-Semibold.woff2') format('woff2'),
       url('./clash-display/ClashDisplay-Semibold.woff') format('woff'),
       url('./clash-display/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./clash-display/ClashDisplay-Bold.woff2') format('woff2'),
       url('./clash-display/ClashDisplay-Bold.woff') format('woff'),
       url('./clash-display/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Poppins Font Faces */
@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Thin.woff2') format('woff2'),
       url('./poppins/Poppins-Thin.woff') format('woff'),
       url('./poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-ExtraLight.woff2') format('woff2'),
       url('./poppins/Poppins-ExtraLight.woff') format('woff'),
       url('./poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Light.woff2') format('woff2'),
       url('./poppins/Poppins-Light.woff') format('woff'),
       url('./poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Regular.woff2') format('woff2'),
       url('./poppins/Poppins-Regular.woff') format('woff'),
       url('./poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Medium.woff2') format('woff2'),
       url('./poppins/Poppins-Medium.woff') format('woff'),
       url('./poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('./poppins/Poppins-SemiBold.woff') format('woff'),
       url('./poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Bold.woff2') format('woff2'),
       url('./poppins/Poppins-Bold.woff') format('woff'),
       url('./poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-ExtraBold.woff2') format('woff2'),
       url('./poppins/Poppins-ExtraBold.woff') format('woff'),
       url('./poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./poppins/Poppins-Black.woff2') format('woff2'),
       url('./poppins/Poppins-Black.woff') format('woff'),
       url('./poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
