:root{--link-color: #0275d8;--main-color: rgb(33, 37, 41);--main-grey: rgb(128, 128, 128);--grid-half-unit: 0.5rem;--grid-unit: 1rem;--grid-large: 1.5rem;--grid-xl: 2rem;---bb-large: 992px}html{font-family:sans-serif}body{font-family:"Roboto",sans-serif;color:var(--main-color);line-height:var(--grid-large)}.container{display:block;width:90vw;margin:0 auto}a{text-decoration:none;color:var(--link-color)}code{font-size:1rem;color:#e83e8c;word-wrap:break-word}pre code{font-size:inherit;color:inherit;word-break:normal}blockquote{border-left:.25rem solid var(--main-color);padding:0 1rem;margin:0}blockquote em{font-size:var(--grid-large);line-height:var(--grid-xl)}blockquote em.small{font-size:var(--grid-unit);line-height:var(--grid-large)}blockquote em::before,blockquote em::after{content:'"'}*{box-sizing:border-box}@media screen and (min-width: 992px){.container{display:grid;grid-gap:var(--grid-unit);grid-template-columns:minmax(10vw, 3fr) 1fr;grid-template-areas:"header  header" "content aside" "footer  footer";width:80vw;max-width:1200px;margin:0 auto}}.header{grid-area:header}.header h1{color:#000;font-size:var(--grid-xl);font-weight:normal;margin-bottom:20px}.header nav ul{display:flex;list-style:none;padding-left:0}.header nav ul li{margin-right:8px}.header nav ul a{color:#000;font-size:1.1rem}header nav{border-top:rgba(128,128,128,.35) 1px solid;border-bottom:rgba(128,128,128,.35) 1px solid;margin-bottom:var(--grid-large)}aside{display:none;padding:32px}aside img{width:100%}@media screen and (min-width: 992px){aside{display:block}}article{grid-area:content;counter-reset:footnotes}article h1{margin-top:0;font-size:var(--grid-xl);font-weight:normal;line-height:var(--grid-xl)}article h2,article h3{font-weight:normal;line-height:var(--grid-xl)}article img,article video{width:100%}table td,table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6;padding:var(--grid-half-unit)}table{width:100%}[role=doc-noteref]::after{counter-increment:footnotes;content:"[" counter(footnotes) "]"}.frontPage a{color:var(--main-color)}.frontPage ul{list-style:none}.frontPage h2{margin-bottom:var(--grid-half-unit)}/*# sourceMappingURL=style.css.map */
