@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg: #fff;--text: #222;--accent: #333;--code: #f2f2f2;--pre: #f2f2f2;--border: #ddd}@media (prefers-color-scheme: dark){:root{--bg: #111;--text: #eee;--accent: #ccc;--code: #222;--pre: #222;--border: #444}}body{@apply bg-[var(--bg)] text-[var(--text)] font-sans antialiased leading-relaxed;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a{@apply text-[var(--text)] underline decoration-1 underline-offset-2 hover:decoration-2;}h1,h2,h3,h4,h5,h6{@apply font-bold mt-8 mb-4;}h1{@apply text-3xl;}h2{@apply text-2xl;}h3{@apply text-xl;}p{@apply mb-4;}ul,ol{@apply mb-4 ml-6;}ul{@apply list-disc;}ol{@apply list-decimal;}li{@apply mb-1;}code{@apply bg-[var(--code)] px-1 py-0.5 rounded text-sm font-mono;}pre{@apply bg-[var(--pre)] p-4 rounded overflow-x-auto mb-4;}pre code{@apply bg-transparent p-0 text-base;}blockquote{@apply border-l-4 border-[var(--border)] pl-4 italic my-4;}hr{@apply border-[var(--border)] my-8;}img{@apply max-w-full h-auto my-4 rounded;}table{@apply w-full border-collapse mb-4;}th,td{@apply border border-[var(--border)] px-4 py-2 text-left;}th{@apply bg-[var(--code)] font-bold;}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
