/* Montserrat - Regular */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Montserrat-v29-latin-regular.woff2') format('woff2');
  }
  
  /* Montserrat - Bold (700) */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Montserrat-v29-latin-700.woff2') format('woff2');
  }
  
  /* Montserrat - ExtraBold (800) */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('Montserrat-v29-latin-800.woff2') format('woff2');
  }
  
  /* Figtree - Normal (Variable 300–900) */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('Figtree-VariableFont_wght.woff2') format('woff2');
  }
  
  /* Figtree - Italic (Variable 300–900) */
  @font-face {
    font-family: 'Figtree';
    font-style: italic;
    font-weight: 300 900;
    font-display: swap;
    src: url('Figtree-Italic-VariableFont_wght.woff2') format('woff2');
  }
  