@import "./fonts/ClashDisplay/css/clash-display.css";

/* Font Face: ClashDisplay Variable (General mapping for 'ClashDisplay') */
@font-face {
  font-family: 'ClashDisplay';
  src: url('./fonts/ClashDisplay/fonts/ClashDisplay-Variable.woff2') format('woff2'),
       url('./fonts/ClashDisplay/fonts/ClashDisplay-Variable.woff') format('woff'),
       url('./fonts/ClashDisplay/fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* Font Face: Humane */
@font-face {
  font-family: 'Humane';
  src: url('./fonts/humane/Humane-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
