   /* @layer base {
      @font-face {
        font-family: "Nexa";
        src: url("/assets/fonts/nexa-extralight.ttf") format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
      }
      @font-face {
        font-family: "Nexa";
        src: url("/assets/fonts/nexa-heavy.ttf") format("truetype");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }
    } */

    /* 2⃣ Create a utility for your family */
    /* @layer utilities {
      .font-nexa {
        font-family: "Nexa", sans-serif;
      }
    } */


    @layer base {
  /* Thin (100) */
  @font-face {
    font-family: "Nexa";
    /* src: url("/fonts/NexaText-Thin.otf") format("opentype"); */
    src: url("/assets/fonts/nexa/NexaTextThin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Nexa";
    src: url("/assets/fonts/nexa/NexaTextThinItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }

  /* ExtraLight (200) */
  @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-ExtraLightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }

  /* Light (300) */
  @font-face {
    font-family: "Nexa";
    /* src: url("/fonts/NexaText-Light.otf") format("opentype"); */
    src: url("/assets/fonts/nexa/NexaTextLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }

  /* Regular / Book (400) */
  /* @font-face {
    font-family: "Nexa";
    src: url("/assets/fonts/nexa/NexaTextRegular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  } */
  @font-face {
    font-family: "Nexa";
    /* src: url("/fonts/NexaText-Book.otf") format("opentype"); */
    src: url("/assets/fonts/nexa/NexaTextBook.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  /* @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-BookItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  } */



  /* Medium (500) */
  @font-face {
    font-family: "Nexa";
    src: url("/assets/fonts/nexa/NexaTextRegular.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }




  /* SemiBold (600) */
  @font-face {
    font-family: "Nexa";
    src: url("/assets/fonts/nexa/NexaTextHeavy.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }




  /* Bold (700) */
  @font-face {
    font-family: "Nexa";
    src: url("/assets/fonts/nexa/NexaTextBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  /* @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }

  /* ExtraBold (800) */
  /* @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  } */
  /* @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-ExtraBoldItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
  }  */

  /* Heavy (900) */
  /* @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-Heavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-HeavyItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  } */

  /* Black (also 900; if you want a distinct “super‑black” look you can bump to 950) */
  /* @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Nexa";
    src: url("/fonts/NexaText-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  } */
}

 /* 2⃣ Create a utility for your family */
    @layer utilities {
      .font-nexa {
        font-family: "Nexa", sans-serif;
      }
    }