@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=JetBrains+Mono:ital@0;1&display=swap"); h1, h2, h3, h4, h5, h6 { font-family: "Lora", serif; } p, span, td, th, li { font-family: "Lato", sans-serif; } 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: "JetBrains Mono", monospace; }