/* Figtree Self-Hosted Font Family */
/* Using variable font for optimal performance */
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/figtree/figtree-variable.ttf') format('truetype-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* Fallback for browsers that don't support variable fonts */
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/figtree/figtree-variable.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/figtree/figtree-variable.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/figtree/figtree-variable.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/figtree/figtree-variable.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Figtree';
    src: url('/assets/fonts/figtree/figtree-variable.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
}
