/* Local Fonts for Offline Use */

/* Outfit - used in V1 */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("outfit.woff2") format("woff2");
}

/* DM Sans - used in V1 */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("dmsans.woff2") format("woff2");
}

/* Plus Jakarta Sans - used in V2 */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("plusjakarta.woff2") format("woff2");
}

/* Inter - fallback to system fonts */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src:
    local("Inter"), local("Segoe UI"), local("Roboto"), local("Helvetica Neue");
}
