/**
 * @license
 *
 * Font Family: Clash Display
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-display
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Clash Display Variable(Variable font)
 * Clash Display Extralight
 * Clash Display Light
 * Clash Display Regular
 * Clash Display Medium
 * Clash Display Semibold
 * Clash Display Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'ClashDisplay';
  src: url("../fonts/ClashDisplay-Variable.09fd55f1eaf6.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Variable.303c83362916.woff") format('woff'),
       url("../fonts/ClashDisplay-Variable.2fcd723a1a01.ttf") format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Extralight';
  src: url("../fonts/ClashDisplay-Extralight.ed532c7c0e77.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Extralight.0bc337fc602d.woff") format('woff'),
       url("../fonts/ClashDisplay-Extralight.dd3e06aa66a9.ttf") format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Light';
  src: url("../fonts/ClashDisplay-Light.d14ff0a7fad0.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Light.800f679a2416.woff") format('woff'),
       url("../fonts/ClashDisplay-Light.85908d1d0d58.ttf") format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url("../fonts/ClashDisplay-Regular.cf87d6ec7387.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Regular.845fd93f056b.woff") format('woff'),
       url("../fonts/ClashDisplay-Regular.8281d40c682b.ttf") format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url("../fonts/ClashDisplay-Medium.b94bd6584596.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Medium.8c687c3bab8f.woff") format('woff'),
       url("../fonts/ClashDisplay-Medium.f801579df950.ttf") format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url("../fonts/ClashDisplay-Semibold.3ac748889874.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Semibold.631d8bf1b23d.woff") format('woff'),
       url("../fonts/ClashDisplay-Semibold.5c7adedf6a7a.ttf") format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url("../fonts/ClashDisplay-Bold.ea80c2358066.woff2") format('woff2'),
       url("../fonts/ClashDisplay-Bold.5d034e586596.woff") format('woff'),
       url("../fonts/ClashDisplay-Bold.845b81eb8251.ttf") format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

