/* Typography override for the ported Website 2 pages.
   Everything else on those pages is Website 2's own CSS, untouched; this file
   swaps only the type: DM Sans for body copy, self-hosted LTMuseum for headings.
   Loaded from each page's <head> after its own font link. */
@font-face{font-family:'LTMuseum';src:url('/fonts/LTMuseum-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:optional}
@font-face{font-family:'LTMuseum';src:url('/fonts/LTMuseum-Reg.woff') format('woff');font-weight:400;font-style:normal;font-display:optional}
@font-face{font-family:'LTMuseum';src:url('/fonts/LTMuseum-Bold.woff') format('woff');font-weight:700 900;font-style:normal;font-display:optional}
@font-face{font-family:'LTMuseum';src:url('/fonts/LTMuseum-LightItalic.woff') format('woff');font-weight:300;font-style:italic;font-display:optional}
@font-face{font-family:'LTMuseum';src:url('/fonts/LTMuseum-Ital.woff') format('woff');font-weight:400;font-style:italic;font-display:optional}
@font-face{font-family:'LTMuseum';src:url('/fonts/LTMuseum-BoldItalic.woff') format('woff');font-weight:700 900;font-style:italic;font-display:optional}

:root{
  --font-title:'LTMuseum','Inter',system-ui,sans-serif;
  --font-body:'DM Sans','Inter',system-ui,sans-serif;
}
body{font-family:var(--font-body)}
h1,h2,h3,h4,h5{font-family:var(--font-title);letter-spacing:-.02em}
