@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&display=swap";:root{--bg:#0c0b0a;--text:#b79f88;--text-soft:#b79f88;--text-muted:#8e7b6a;--text-selected:#ddcdb7;--accent:#d94438;--border:#1c1715}html{margin:0;padding:0}body{color:var(--text);background-color:var(--bg);cursor:default;flex-direction:column;justify-content:center;align-items:center;margin:1rem 2rem 1.5rem;font-family:Cormorant Garamond,serif;font-weight:600;display:flex}.header{background:var(--bg);flex-wrap:wrap;place-content:center;max-width:650px;margin:0 auto;padding-bottom:2.4rem;display:flex}#logo{flex:1;width:17rem;margin:1rem 0;display:flex}nav{flex-direction:row;flex:1;justify-content:center;align-items:center;margin:2.4rem 2.4rem 0;display:flex}nav a{cursor:pointer;color:var(--text-muted);background:#d8c7b314;padding:.33rem .66rem;font-family:Leto;font-size:1.2rem;font-weight:400;text-decoration:none;transition:background-color .12s}nav a:hover{background-color:#d8c7b324}nav a:active{background-color:var(--bg)}nav a.selected{color:var(--text-selected);background-color:var(--bg)}h1{text-align:center;margin-top:0;margin-bottom:1.2rem;font-size:3rem;font-weight:700}p{color:#e6e0d8;text-align:center;font-size:1.125rem;font-weight:400;line-height:1.6}main{color:var(--text-soft);font-size:1.25rem;line-height:1.42}.marker{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 71 59' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D94438' d='M61 29 C61 25 59 22 58 21 C57 19 55 18 53 17 C45 17 38 18 31 18 C28 18 26 20 24 21 C19 22 14 23 9 24 C8 26 9 28 9 28 C10 30 11 31 12 31 C18 34 24 38 31 40 C36 41 42 40 46 39 C48 38 49 37 49 36 C52 36 55 35 57 34 C60 33 61 31 61 29 Z'/%3E%3C/svg%3E") 50%/contain no-repeat;width:1.6rem;height:auto}h2{margin-top:1.2rem;margin-bottom:1.7rem;font-size:2.7rem;font-weight:700;transform:scaleX(.9)}
