@import url("https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Masa+Organic+Hand&display=swap");

/* Compatibility aliases for existing inline/style usage */
@font-face {
  font-family: "LexendMega";
  src: local("Lexend Mega");
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "MasaOrganicHand";
  src: local("Masa Organic Hand");
  font-style: normal;
  font-weight: 400;
}

/* Inter Normal */
@font-face {
  font-family: "Inter";
  src: url("./Inter-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* Available weight range */
  font-style: normal;
  font-variation-settings:
    "wght" 400,
    "slnt" 0;
}

/* Inter Italic */
@font-face {
  font-family: "Inter";
  src: url("./Inter-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* Available weight range */
  font-style: italic;
  font-variation-settings:
    "wght" 400,
    "slnt" -10; /* Apply slight slant for italics */
}

/* DM Sans Normal */
@font-face {
  font-family: "DM Sans";
  src: url("./DMSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700; /* Available weight range */
  font-style: normal;
  font-variation-settings: "wght" 400;
}

/* DM Sans Italic */
@font-face {
  font-family: "DM Sans";
  src: url("./DMSans-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 700; /* Available weight range */
  font-style: italic;
  font-variation-settings: "wght" 400;
}
