.header{color:#fff;background-color:var(--theme-background,var(--burgundy));height:48px;display:flex;justify-content:space-between;align-items:center;padding:8px 16px}.header .logo{height:100%;position:relative;width:32px}.header .links{display:flex;gap:32px}.header .links a{transition:color .3s}.header .links a:hover{color:var(--gray);text-decoration:underline}.header .motto{font-family:Pridi;width:100px;line-height:16px;font-size:16px;font-style:italic;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (max-width:600px){.header .motto{display:none}}.Avatar_avatar__Cepie button{cursor:pointer;display:flex;gap:8px;align-items:center;color:inherit}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}li,ul{-webkit-appearance:none;-moz-appearance:none;list-style:none}button,li,ul{appearance:none}button{border:none;-webkit-appearance:none;-moz-appearance:none;background-color:unset;-webkit-tap-highlight-color:rgba(0,0,0,0)}@font-face{font-family:Garamond;src:url(/EBGaramond-VariableFont_wght.ttf) format("truetype")}@font-face{font-family:Amsterdam Three Slant;src:url(/amsterdam-three-slant.ttf) format("truetype")}@font-face{font-family:Pridi Semibold;src:url(/Pridi-SemiBold.ttf) format("truetype")}@font-face{font-family:Pridi;src:url(/Pridi-Regular.ttf) format("truetype")}@font-face{font-family:Montserrat;src:url(/Montserrat-VariableFont_wght.ttf) format("truetype")}body{font-weight:500;position:relative;display:flex;flex-direction:column;justify-content:stretch;font-family:Montserrat;font-weight:600;color:#fff;min-height:100vh;background-color:var(--theme-background,var(--burgundy))}body main{flex-grow:1}#select-container{display:none;width:100%;height:100%;position:absolute;z-index:10;left:0;top:0}#select-container.active{display:block}.admin-control{border:1px dotted hotpink}:root{--burgundy:#731a1a;--dark-yellow:#f2a430;--yellow-gray:#eee6da;--gray:#c9bfb7;--dark-gray:#333}.footer{color:#fff;background-color:var(--theme-background,var(--burgundy));height:48px;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;font-weight:500;font-size:14px}.footer .logo{height:100%;position:relative;width:32px}.footer .copyright-two-line{text-align:center;display:none}@media only screen and (max-width:600px){.footer{font-size:10px}.footer .copyright{display:none}.footer .copyright-two-line{display:block}}