/* ============================================================
   THEME: LUNCH
   Inter · IBM Plex Mono
   ============================================================ */

/* ─── Inter variable (rsms/inter v4.1) ───────────────────── */

@font-face {
  font-family: "Inter";
  src:
    url("fonts/InterVariable.woff2") format("woff2 supports variations"),
    url("fonts/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("fonts/InterVariable-Italic.woff2") format("woff2 supports variations"),
    url("fonts/InterVariable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ─── IBM Plex Mono (IBM/plex) ───────────────────────────── */

@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/IBMPlexMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/IBMPlexMono-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ─── Theme tokens ────────────────────────────────────────── */
:root {
  --font-serif: "Inter", system-ui, sans-serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "Courier New", monospace;

  --color-bg: #ebe7de;
  --color-ink: #3c3c3c;
  --color-rule: #d4cfc4;
  --color-accent: #8a3324;
}

/* ─── Lunch-specific overrides ────────────────────────────── */

.post-header h1 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Wiggle gif — links back to the main page */
.site-mark-img {
  display: block;
  height: 75px;
  width: auto;
}

/* Lunch uses a dagger mark for thematic breaks */
.post-body hr.break::after {
  content: "✦";
  letter-spacing: 0;
  font-size: 10px;
  color: var(--color-rule);
}
