/* ===========================
   Bitcount Grid Single
   =========================== */
   @font-face{
    font-family: "Bitcount Grid Single";
    src: url("fontpack/BitcountGridSingle-VariableFont_CRSV,ELSH,ELXP,slnt,wght.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  
  /* ===========================
   Dela Gothic One
   =========================== */
   @font-face{
    font-family: "Dela Gothic One";
    src: url("fontpack/DelaGothicOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* ===========================
     Fugaz One (regular)
     =========================== */
  @font-face{
    font-family: "Fugaz One";
    src: url("fontpack/FugazOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
 /* ===========================
   Gochi Hand
   =========================== */
   @font-face{
    font-family: "Gochi Hand";
    src: url("fontpack/GochiHand-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

    /* ===========================
     MuseoModerno
     =========================== */
  /* Variable */
  @font-face{
    font-family: "MuseoModerno";
    src: url("fontpack/MuseoModerno-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
  }
  /* Static example(s) */
  @font-face{
    font-family: "MuseoModerno";
    src: url("fontpack/MuseoModerno-VariableFont_wght.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  /* ===========================
     Nata Sans
     =========================== */
  /* Variable */
  @font-face{
    font-family: "Nata Sans";
    src: url("fontpack/NataSans-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }



  /* ===========================
     Urbanist
     =========================== */
  /* Option A: VARIABLE weight file (if you have it) */
  @font-face{
    font-family: "Urbanist";
    src: url("fontpack/Urbanist-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;   /* variable range */
    font-style: normal;
    font-display: swap;
  }
  /* Option B: STATIC weights (if inside /static) – use the ones you need */
  @font-face{
    font-family: "Urbanist";
    src: url("fontpack/Urbanist-VariableFont_wght.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  





  