@font-face {
  font-family: 'Figtree';
  src: url('/font/Figtree-Regular.woff2') format('woff2'),
  url('/font/Figtree-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('/font/Figtree-Bold.woff2') format('woff2'),
  url('/font/Figtree-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}