/* ==========================================================================
   Nudgeable AI Academy — one type system for every page
   Loaded LAST in <head> on all pages so it beats each page's own stylesheet.
   Body and UI: Inter.  Headlines: Georgia.  Code and prompts stay monospace.
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

body,
button, input, select, textarea,
h2, h3, h4, h5, h6,
p, li, a, span, div, small, b, strong, label, td, th {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
               BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
.guide-title,
.hero-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.023em;
}

/* Anything that is meant to be monospace stays monospace */
code, pre, kbd, samp,
.prompt, .prompt *,
.note-read, .hero-label, .flag, [class*="mono"] {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}
