/* figtree-regular */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('./Figtree-Regular.ttf') format('truetype'); /* TTF format */
}

/* figtree-medium */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('./Figtree-Medium.ttf') format('truetype');
}

/* figtree-semibold */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('./Figtree-SemiBold.ttf') format('truetype');
}

/* figtree-bold */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('./Figtree-Bold.ttf') format('truetype');
}

/* figtree-extrabold */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('./Figtree-ExtraBold.ttf') format('truetype');
}

/* figtree-italic */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('./Figtree-Italic.ttf') format('truetype');
}

/* figtree-bolditalic */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('./Figtree-BoldItalic.ttf') format('truetype');
}
