/* Figtree Font */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/figtree-v5-latin-regular.woff2') format('woff2'),
       url('../fonts/figtree-v5-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/figtree-v5-latin-500.woff2') format('woff2'),
       url('../fonts/figtree-v5-latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/figtree-v5-latin-600.woff2') format('woff2'),
       url('../fonts/figtree-v5-latin-600.woff') format('woff');
}