/* DM Sans (self-hosted, subset latin) */
@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Aloevera Display (custom, self-hosted) */
@font-face {
  font-family: "Aloevera Display";
  src: url("./aloevera-display/AloeveraDisplay-Light.woff2") format("woff2"),
       url("./aloevera-display/AloeveraDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aloevera Display";
  src: url("./aloevera-display/AloeveraDisplay-Regular.woff2") format("woff2"),
       url("./aloevera-display/AloeveraDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aloevera Display";
  src: url("./aloevera-display/AloeveraDisplay-RegularItalic.woff2") format("woff2"),
       url("./aloevera-display/AloeveraDisplay-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aloevera Display";
  src: url("./aloevera-display/AloeveraDisplay-SemiBold.woff2") format("woff2"),
       url("./aloevera-display/AloeveraDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aloevera Display";
  src: url("./aloevera-display/AloeveraDisplay-Bold.woff2") format("woff2"),
       url("./aloevera-display/AloeveraDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aloevera Display";
  src: url("./aloevera-display/AloeveraDisplay-ExtraBold.woff2") format("woff2"),
       url("./aloevera-display/AloeveraDisplay-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
