:root{--text-font:"Rubik", sans-serif;--heading-font:"Lato", Helvetica, sans-serif;--code-font:"Source Code Pro", "Lucida Console", monospace}body{font-family:var(--text-font);font-size:1.9em;font-weight:300;line-height:1.65em}@media only screen and (max-width:768px){body{font-size:1.6em;line-height:1.6em}}a{font-weight:300}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:700}h3{color:#707070}b,strong{font-weight:700}code,pre{font-family:var(--code-font);font-size:1.6rem;font-weight:400}.content article p{hyphens:manual;-webkit-hyphens:manual}