@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Thin.woff2)format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-ThinItalic.woff2)format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-LightItalic.woff2)format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-MediumItalic.woff2)format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Bold.woff2)format("woff2");font-weight:700;font-style:bold;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-BoldItalic.woff2)format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Black.woff2)format("woff2");font-weight:900;font-style:bold;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-BlackItalic.woff2)format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-SemiBold.woff2)format("woff2");font-weight:600;font-style:bold;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Bold.woff2)format("woff2");font-weight:700;font-style:bold;font-display:swap}body{display:flex;flex-direction:column;padding:0;margin:0;box-sizing:border-box;color:silver;background-color:#1a1d1e;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:1rem;height:100vh}body::-webkit-scrollbar{display:none}body a:focus-visible{outline:2px solid #339ed6;outline-offset:2px}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Teko,sans-serif;font-weight:400;font-style:normal;line-height:1;margin:0;scroll-margin-top:80px}body p,body span{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;line-height:1.5}.container{flex:1;background-color:#1a1d1e;width:60%;margin:0 auto}@media only screen and (max-width:750px){.container{width:90%;padding:0}}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background-color:#339ed6;color:#fff;padding:10px 20px;z-index:1000;text-decoration:none;font-family:Roboto,sans-serif;font-weight:500;border-radius:0 0 4px 4px}.skip-link:focus{top:0}header{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#111;z-index:999}header .navbar{display:flex;align-items:center;height:60px}header .navbar a{display:flex;justify-content:center;align-items:center;color:silver;text-decoration:none;height:100%}header .navbar a.logo{display:flex;justify-content:flex-start;align-items:center;margin:0 20px;height:100%}header .navbar a.logo img{height:40px;aspect-ratio:1;margin-right:8px}header .navbar a.logo span{font-family:Teko,sans-serif;font-size:2.4rem;font-weight:500;margin-top:5px}header .navbar a.nav-item{font-family:Teko,sans-serif;font-size:1.7rem;font-weight:400;min-width:100px}header .navbar a.nav-item:hover{text-decoration:underline;text-decoration-color:#ec5226}header .navbar a.nav-item.active{color:#fff;text-decoration:underline;text-decoration-color:#ec5226}header .navbar a.nav-item:focus-visible{outline:2px solid #339ed6;outline-offset:2px}header .ham-icon{position:relative;display:none;margin:0 1rem;height:50px;width:35px}header .ham-icon:hover{cursor:pointer}header .ham-icon span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:4px;width:100%;background-color:silver;border-radius:25px;transition:.3s ease}header .ham-icon span:nth-child(1){top:25%}header .ham-icon span:nth-child(3){top:75%}header .ham-icon.active span:nth-child(1){top:50%;transform:translate(-50%,-50%)rotate(45deg)}header .ham-icon.active span:nth-child(2){opacity:0}header .ham-icon.active span:nth-child(3){top:50%;transform:translate(-50%,-50%)rotate(-45deg)}@media only screen and (max-width:520px){header{overflow:hidden}header .navbar{flex:1;min-width:0}header .navbar .logo span{font-size:1.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}a.nav-item{display:none!important}.ham-icon{display:flex!important;flex-shrink:0}}.off-screen-menu{position:fixed;top:60px;right:-450px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:2rem;width:100%;max-width:450px;height:100%;background-color:#111;transition:.3s ease;z-index:1}.off-screen-menu.active{right:0}.off-screen-menu ul{padding:0;margin:0}.off-screen-menu ul li{list-style:none;color:silver;font-family:Teko,sans-serif;font-size:2.7rem;font-weight:400;margin-bottom:1rem}.off-screen-menu ul li:hover{text-decoration:underline;text-decoration-color:#ec5226}.off-screen-menu ul li a{color:silver;text-decoration:none}.off-screen-menu ul li a.active{color:#fff;text-decoration:underline;text-decoration-color:#ec5226}.off-screen-menu ul li a:focus-visible{outline:2px solid #339ed6;outline-offset:2px}footer{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0;font-size:12px;font-weight:200;background-color:#1a1d1e}#search{margin-bottom:20px;width:100%}#search .search-form{position:relative;display:flex;align-items:center}#search .search-form .search-icon{position:absolute;left:15px;width:20px;height:20px;color:silver;pointer-events:none}#search .search-form #search-input{width:100%;height:52px;padding:0 50px 0 45px;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;color:silver;background-color:#111;border:2px solid silver;border-radius:0;outline:none;box-shadow:none}#search .search-form #search-input:focus{border-color:#fff}#search .search-form #search-input::placeholder{color:#8d8d8d}#search .search-form #search-clear{position:absolute;right:15px;background-color:initial;color:silver;border:none;cursor:pointer;padding:0;font-family:Roboto,sans-serif;font-size:.9rem}#search .search-form #search-clear:hover{color:#fff}#search-results{display:none}#search-results .no-results{color:silver;font-size:1.1rem}#search-results .excerpt mark{background-color:#339ed6;color:#fff;padding:0 2px}.container{max-width:900px}main.list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#1a1d1e;margin-top:25px;padding-top:60px}main.list h1.title{font-size:2.8rem;font-weight:600;font-style:bold;margin-bottom:5px}main.list h2.description{font-size:2.1rem;font-weight:300;font-style:normal;margin-bottom:5px}main.list h3.description{font-size:1.7rem;font-weight:300;font-style:normal;margin-bottom:11px}main.list section.content{font-size:1.1rem;width:100%}main.list .posts .post-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:silver;background-color:#111;border:2px solid silver;padding:15px;margin:0 0 20px;transition:border-color .2s ease,background-color .2s ease}main.list .posts .post-card:hover{border-color:#fff;background-color:#191919}main.list .posts .post-card .title-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%}main.list .posts .post-card .title-row a .title{color:silver;font-family:Teko,sans-serif;font-size:2.2rem;text-decoration:underline;line-height:1}main.list .posts .post-card .title-row .date{font-size:1rem}main.list .posts .post-card .taxonomy{display:flex;flex-wrap:wrap;width:100%;margin-bottom:10px}main.list .posts .post-card .taxonomy .category{font-size:.7rem;font-weight:500;color:#fff;background-color:#339ed6;border:1px solid #fff;padding:3px 5px;margin:5px 5px 0 0;height:15px;line-height:1.5;text-decoration:none;transition:background-color .2s ease}main.list .posts .post-card .taxonomy .category:hover{background-color:#5db2df}main.list .posts .post-card .taxonomy .tag{font-size:.7rem;font-weight:500;color:#fff;background-color:#7eb943;border:1px solid #fff;padding:3px 5px;margin:5px 5px 0 0;height:15px;line-height:1.5;text-decoration:none;transition:background-color .2s ease}main.list .posts .post-card .taxonomy .tag:hover{background-color:#98c867}main.list .posts .post-card .summary{font-size:1.2rem;line-height:1.5}main.list .posts .post-card .summary .fade{margin-bottom:10px;text-align:left;-webkit-mask-image:linear-gradient(180deg,#000 40%,transparent)}main.list .posts .post-card .summary a{color:silver;font-size:1rem}@media only screen and (max-width:760px){a.image{display:none!important}.taxonomy .category,.taxonomy .tag{min-height:44px;padding:10px 12px;font-size:.85rem;display:flex;align-items:center}}