/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-display
* © 2026 Indian Type Foundry
*
* Auto-hébergé pour Smile de Gazelles. Une seule famille CSS 'Clash Display' :
* la graisse est choisie via font-weight (voir --font-display dans style.css).
*
* Clash Display Extralight (200) · Light (300) · Regular (400)
* Medium (500) · Semibold (600) · Bold (700)
*/
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/ClashDisplay-Extralight.woff2') format('woff2'),
       url('../assets/fonts/ClashDisplay-Extralight.woff') format('woff');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/ClashDisplay-Light.woff2') format('woff2'),
       url('../assets/fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/ClashDisplay-Regular.woff2') format('woff2'),
       url('../assets/fonts/ClashDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/ClashDisplay-Medium.woff2') format('woff2'),
       url('../assets/fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/ClashDisplay-Semibold.woff2') format('woff2'),
       url('../assets/fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../assets/fonts/ClashDisplay-Bold.woff2') format('woff2'),
       url('../assets/fonts/ClashDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

