:root{--primary-color:#5990dc;--primary-color-active:#003878;--primary-background-color:#5990dc0d;--body-background-color:#f9fbfc;--body-color:#0f172a;--text-grey-color:#64738b;--hr-color:#cce0ff}@media (prefers-color-scheme:dark){:root{--primary-color:#5990dc;--primary-color-active:#9ac4ff;--primary-background-color:#5990dc40;--body-background-color:#1c1c1c;--body-color:#eee;--hr-color:#424242}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4;background-color:var(--body-background-color);color:var(--body-color);font-family:Alegreya Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:125%;line-height:1.5}body{line-height:inherit;-moz-osx-font-smoothing:grayscale;height:100vh;text-rendering:optimizeLegibility;font-variant-numeric:lining-nums;flex-direction:column;align-items:center;margin:0;display:flex}hr{border:0;border-top:1px solid var(--hr-color);width:100%;height:0}a{color:var(--primary-color);text-decoration:underline}a:hover{color:var(--primary-color-active);text-decoration-thickness:.075rem}h1{margin:0;font-size:2rem;font-weight:800;line-height:2.5rem}h2{margin:0;font-size:1.5rem;font-weight:700;line-height:2rem}p{margin:0;font-size:1rem}small{color:var(--text-grey-color);font-size:.8rem}blockquote{background-color:var(--primary-background-color);margin:0;padding:.25em .5em;position:relative}blockquote:before{content:"";background-color:var(--primary-color);width:3px;height:100%;position:absolute;top:0;left:0}details{background-color:var(--primary-background-color);border:3px solid var(--primary-color);padding:.25em .5em}details summary::-webkit-details-marker{color:var(--primary-color)}details summary::marker{color:var(--primary-color)}details>img{width:100%}.header{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;max-width:40rem;margin:0 auto;padding:1rem;display:flex}.header+hr{margin:0}.header__logo{width:2rem;height:2rem}.header__name{flex:1;gap:.5rem;font-size:1rem;font-weight:800;line-height:1}.header__links{order:1;gap:.5rem;width:100%;display:flex}.header__links a.active{color:var(--primary-color-active);font-weight:600;text-decoration-thickness:.075rem}.header__lang{text-align:right;margin-left:auto;font-size:.75rem}.content{flex:1;width:100%;max-width:40rem;margin:0 auto;padding:1rem}.page{flex-direction:column;gap:1rem;display:flex}.page h2{margin-bottom:.25rem}.subscribe{padding-left:.25rem}.subscribe svg{width:.5rem;height:.5rem}.page #posts>a{margin-top:.5rem;line-height:1;display:block}.footer{flex-direction:column;justify-content:space-between;gap:.75rem;width:100%;max-width:40rem;margin:0 auto;padding:1rem;font-size:.75rem;line-height:1rem;display:flex}.footer__copy{order:1}.footer__links{flex:1}.post>blockquote,.post>details,.post>p{margin-top:.25rem;margin-bottom:1rem}.post h2{margin-top:1.5rem;margin-bottom:.5rem}.sr-only{clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (min-width:640px){.header+hr{display:none}.header__logo{width:2rem;height:2rem}.header__name{flex:initial}.header__links{order:initial;flex:1}.header__links a{margin-left:.5rem}.footer{flex-direction:row;gap:0}.footer__copy{order:initial}.footer__links{text-align:right}.page #posts>a{line-height:initial;margin-top:0;display:inline}}