/* ============================================================
   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;
}


/* Full-page Poster.jpg background for /self, /express, /check pages */
body.bg-poster{
  /* Poster shown at 40% strength — white 60% overlay on top */
  background:
    linear-gradient(rgba(255,255,255,.60), rgba(255,255,255,.60)),
    url("/static/Poster.jpg") center center / cover no-repeat fixed
    #ffffff !important;
  min-height: 100vh;
}
