@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* { font-family: 'IBM Plex Sans', sans-serif; color: #FF1493; }
h1,h2,h3,h4,h5,h6 { font-family: 'IBM Plex Serif', serif; color: #FF1493; }
body { max-width:780px; margin:0 auto; padding:20px; background:#121212; line-height:1.7; }
a { color:#FF1493; text-decoration:underline; }
a:hover { color:#ff66b2; }
header { border-bottom:3px solid #FF1493; margin-bottom:2em; text-align:center; }
header h1 { font-size:2.4em; font-weight:normal; margin:0.2em 0; }
header p { color:#FF1493; opacity:0.8; }
article.post { background:#1e1e1e; padding:2em; margin-bottom:2em; border:1px solid #FF1493; border-radius:4px; }
.post-title { font-size:1.8em; border-bottom:1px solid #FF1493; padding-bottom:0.2em; }
.post-meta { color:#FF1493; opacity:0.7; font-size:0.9em; margin-bottom:1em; }
img, video, audio { max-width:100%; height:auto; display:block; margin:1em 0; }
.sidebar { background:#1e1e1e; border:1px solid #FF1493; border-radius:4px; padding:1em; margin-top:2em; }
footer { margin-top:3em; text-align:center; color:#FF1493; opacity:0.6; font-size:0.9em; }
code, pre { color:#ff69b4; font-family:'IBM Plex Mono',monospace; }
