@import 'https://fonts.googleapis.com/css2?family=Jost&family=Merriweather&family=Caveat&display=swap';:root{--bg-light:#fff;--fg-light:#222;--link-light:#00e;--bg-dark:#222;--fg-dark:#fff;--link-dark:rgb(146, 146, 230)}:root{--bg:var(--bg-light);--fg:var(--fg-light);--link:var(--link-light)}@media(prefers-color-scheme:dark){:root{--bg:var(--bg-dark);--fg:var(--fg-dark);--link:var(--link-dark)}}body{color:var(--fg);background-color:var(--bg);font-family:merriweather,serif;line-height:1.6;text-align:justify;text-wrap:pretty;margin:0;padding:0}header{border-bottom:1px dashed;margin-bottom:1rem}h1,h2{font-family:jost,sans-serif}header h1,h1.section-header{text-align:center}header h1{margin:2rem 0;padding:0;font-size:3rem;font-weight:600}main,footer>*{max-width:800px;margin:2rem auto}@media(max-width:880px){body{padding-inline:40px}}h2{margin-top:1.5rem}hr{border:none;border-top:1px dotted}footer{border-top:1px dashed}a{color:var(--link);text-decoration:none}a[href^=http]::after,a[href^="mailto:"]::after{content:url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg%3E%3Cpath%20id=%22Vector%22%20d=%22M10.0002%205h-1.8c-1.12011.0-1.68058.0-2.1084.21799C5.71547%205.40973%205.40973%205.71547%205.21799%206.0918%205%206.51962%205%207.08009%205%208.2002v7.6c0%201.1201.0%201.6799.21799%202.1077C5.40973%2018.2842%205.71547%2018.5905%206.0918%2018.7822%206.5192%2019%207.07899%2019%208.19691%2019H15.8031c1.1179.0%201.6769.0%202.1043-.2178C18.2837%2018.5905%2018.5905%2018.2839%2018.7822%2017.9076%2019%2017.4802%2019%2016.921%2019%2015.8031V14m1-5V4m0%200H15m5%200-7%207%22%20stroke=%22%23000%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/g%3E%3C/svg%3E);display:inline-block;width:12px;height:12px;margin-left:.1em}p a,li a{background:#8f9fa926;border-radius:2px;padding-inline:.1em}h1>a{color:inherit}h1>a{transition:color .2s ease}h1>a:hover{color:#2f4c90}body.layout-gallery{--bg:#3f3c3c;--fg:var(--fg-dark);--link:#f3c6a4}body.layout-gallery main{max-width:800px}body.layout-gallery main>h1{margin-bottom:0}body.layout-gallery main>a img{max-width:100%;height:auto;user-select:none}.gallery-page-link{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;gap:.5rem;padding:1rem;margin-inline:auto;margin-bottom:2rem;border-radius:8px;background-color:#efefef;color:#111;font-family:caveat,cursive,sans-serif;font-size:1.8rem;box-shadow:rgba(50,50,93,.25)0 50px 100px -20px,rgba(0,0,0,.3)0 30px 60px -30px;user-select:none}.gallery-page-link>*{max-width:100%;height:auto;border-radius:inherit}