/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-display
* © 2025 Indian Type Foundry
*
* Clash Display Regular 
* Clash Display Medium 
* Clash Display Semibold 
* Clash Display Bold 

*
*/

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

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

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

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