/* Inter Font - Self-hosted with font-display: swap */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./inter/Inter-Regular.woff2") format("woff2"),
    url("./inter/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./inter/Inter-Medium.woff2") format("woff2"),
    url("./inter/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./inter/Inter-SemiBold.woff2") format("woff2"),
    url("./inter/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./inter/Inter-Bold.woff2") format("woff2"),
    url("./inter/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./inter/Inter-ExtraBold.woff2") format("woff2"),
    url("./inter/Inter-ExtraBold.woff") format("woff");
}

/* Roboto Font - Self-hosted with font-display: swap */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./roboto/Roboto-Regular.woff2") format("woff2"),
    url("./roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./roboto/Roboto-Medium.woff2") format("woff2"),
    url("./roboto/Roboto-Medium.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./roboto/Roboto-Bold.woff2") format("woff2"),
    url("./roboto/Roboto-Bold.woff") format("woff");
}

/* Variable font version for better performance (optional) */
@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./inter/InterVariable.woff2") format("woff2-variations");
  font-named-instance: "Regular";
}
