@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Share+Tech+Mono&display=swap"); h1, h2, h3, h4, h5, h6 { font-family: "Lora", serif; } p, span, td, th, li { font-family: "Merriweather", serif; font-size: 11.5pt; } blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1em 10px; padding: 2px 10px; } th { background: #ccc; } td { background: #f9f9f9; padding: 5px 10px; } th, td { border: #ccc solid 1px; } code, code * { font-family: "Share Tech Mono", monospace; }