﻿@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--white: hsl(200, 5%, 99%);--gray: hsl(200, 5%, 50%);--black: hsl(200, 5%, 1%): --background: hsl(200, 5%, 98%);--foreground: hsl(200, 5%, 20%);--red: hsl(0, 100%, 45%);--orange: hsl(30, 100%, 40%);--yellow: hsl(50, 100%, 35%);--green: hsl(80, 100%, 40%);--blue: hsl(200, 100%, 45%);--purple: hsl(260, 100%, 60%);--pink: hsl(335, 100%, 50%);--accent: hsl(40, 100%, 50%)}@media (prefers-color-scheme: dark){:root{--background: hsl(200, 5%, 10%);--foreground: hsl(200, 5%, 98%);--red: hsl(0, 100%, 70%);--orange: hsl(30, 100%, 50%);--yellow: hsl(50, 100%, 70%);--green: hsl(80, 100%, 50%);--blue: hsl(200, 100%, 70%);--purple: hsl(260, 100%, 70%);--pink: hsl(335, 100%, 55%);--accent: hsl(40, 100%, 60%)}}:root{--heading-font: "Source Serif 4", serif;--body-font: "Source Serif 4", serif;--body-font-size: 15px;--body-line-height: 1.25;--body-foreground: var(--foreground);--body-background: var(--background);--heading-foreground: var(--foreground);--border-foreground: var(--gray);--border-radius: 0.25rem;--code-font: "Fira Code", monospace;--code-foreground: var(--gray);--spacer: 1rem;--spacer-2: calc(var(--spacer) * 2)}body{margin:0 auto;font-family:var(--body-font);font-size:var(--body-font-size);font-optical-sizing:auto;font-style:normal;font-weight:400;line-height:var(--body-line-height);color:var(--body-foreground);background-color:var(--body-background);max-width:720px;padding:1rem}a{color:var(--body-foreground)}a:visited{color:var(--body-foreground)}body>header{margin-bottom:var(--spacer)}body>footer{margin-top:var(--spacer);opacity:.6}img{display:block;max-width:100%;margin-top:var(--spacer);margin-bottom:var(--spacer);border-radius:var(--border-radius)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);margin-bottom:.5rem;font-weight:800;line-height:1.25;color:var(--heading-color)}h1{font-size:1.5rem}h2{margin-top:var(--spacer);font-size:1.25rem}h3{margin-top:var(--spacer);font-size:1.15rem}h4,h5,h6{margin-top:var(--spacer);font-size:1rem}p,ul,ol,dl{margin:0 0 var(--spacer)}ul{list-style:none;margin-left:0;padding-left:1em}ul li{text-indent:0em}ul li::before{content:"–";display:inline-block;width:1em;margin-left:-1em}hr{position:relative;margin:var(--spacer-2) 0;border:0;border-top:1px solid var(--border-foreground)}abbr{font-size:85%;font-weight:bold;color:var(--body-foreground);text-transform:uppercase}abbr[title]{cursor:help;border-bottom:1px dotted var(--border-foreground)}blockquote{padding:.5rem 1rem;margin:.8rem 0;color:var(--body-foreground);border-left:.25rem solid var(--border-foreground)}blockquote p:last-child{margin-bottom:0}@media (min-width: 30em){blockquote{padding-right:5rem;padding-left:1.25rem}}figure{margin:0}date{line-height:1}article>header{margin-bottom:var(--spacer)}nav>a{display:block}cite{font-style:normal}cite a+p{margin-bottom:0}cite p+p{font-style:italic}figcaption{font-size:.875rem;color:var(--code-foreground);margin-top:-.5rem;font-style:italic;text-align:center}