@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/Figtree/Figtree[wght].woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Material Icons';
  src: url('/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  font-family: 'Figtree', sans-serif;
  font-feature-settings: 'ss01' on;
}

.material-icons {
  font-family: 'Material Icons';
}