/* ============================================================
   Nouveau / Navitrail brand fonts
   Same font stack as TNF Express (Helvetica Neue LT + LINE Seed Sans TH)
   Colors stay driven by per-event {{ event_theme }} in templates.
   ============================================================ */

/* ── Fonts ───────────────────────────────────────────────── */
@font-face {
  font-family: "HelveticaNeueLT";
  font-weight: 500;
  font-style: normal;
  src: url("/static/Font/Helvetica%20Neue%20LT%20Std%2065%20Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  font-weight: 400;
  font-style: normal;
  src: url("/static/Font/Helvetica%20Neue%20LT%20Std%2055%20Roman.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  font-weight: 700;
  font-style: normal;
  src: url("/static/Font/Helvetica%20Neue%20LT%20Std%2075%20Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  font-weight: 800;
  font-style: normal;
  src: url("/static/Font/Helvetica%20Neue%20LT%20Std%2075%20Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  font-weight: 900;
  font-style: normal;
  src: url("/static/Font/Helvetica%20Neue%20LT%20Std%2075%20Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSansTH";
  font-weight: 400;
  font-style: normal;
  src: url("/static/Font/LINESeedSansTH_Rg.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSansTH";
  font-weight: 500;
  font-style: normal;
  src: url("/static/Font/LINESeedSansTH_Rg.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSansTH";
  font-weight: 700;
  font-style: normal;
  src: url("/static/Font/LINESeedSansTH_Bd.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSansTH";
  font-weight: 800;
  font-style: normal;
  src: url("/static/Font/LINESeedSansTH_Bd.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "LINESeedSansTH";
  font-weight: 900;
  font-style: normal;
  src: url("/static/Font/LINESeedSansTH_Bd.ttf") format("truetype");
  font-display: swap;
}

/* ── Global typography for Express flow ─────────────────── */
html, body, button, input, select, textarea {
  font-family: "HelveticaNeueLT", "LINESeedSansTH",
               ui-sans-serif, system-ui, -apple-system,
               "Segoe UI", Roboto, sans-serif;
}
