/* Base palette */
.t-body { background:#F0F0F0; color:#050505; }
::selection { background:#000; color:#fff; }

/* Utility fonts */
.tm-serif { font-family: "Playfair Display", Georgia, "Times New Roman", serif; }
.tm-mono  { font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* Utility vibes */
.tm-up { text-transform: uppercase; letter-spacing: .24em; }
.tm-muted { opacity: .55; }

.tm-serif { font-family: "Playfair Display", Georgia, "Times New Roman", serif; }
.tm-mono  { font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace; }
.tm-sans  { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
