@import "tailwindcss";@plugin "@tailwindcss/typography";:root{--bg-page:#fafaf4;--text-main:#222222;--text-muted:#6b7280;--accent-green:#14532d;--accent-brown:#8b4513}body{background-color:#fdfdf0;color:#222;font-family:georgia,palatino linotype,book antiqua,times new roman,ui-serif,serif;line-height:1.7}header,nav,footer,header a,nav a,footer a,.smallcaps,.label,.badge{font-family:georgia,palatino linotype,book antiqua,times new roman,ui-serif,serif}h1,h2,h3,h4,h5,h6,.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-family:georgia,palatino linotype,book antiqua,times new roman,ui-serif,serif;letter-spacing:.03em;color:var(--accent-brown)}.prose{color:var(--text-main)}a{color:var(--accent-green);text-decoration:none}a:hover{color:var(--accent-brown);text-decoration:underline}.text-muted{color:var(--text-muted)}