@charset "utf-8";

/* minimal styling that matches your nebula palette */
body.legal-page{
  min-height:100dvh;display:flex;flex-direction:column;
  background:#0a0e16;color:var(--c-text-soft,#d0dbe6); /* fallback */
  font:1.05rem/1.7 'Cinzel Decorative',serif;
  padding:0 1.2rem;
}
main{max-width:820px;}     /* bump width for big screens if you like */
h1,h2{margin-top:2.2rem;}  /* add breathing room */

header,footer{text-align:center;margin:2.5rem 0}
header a,footer a{color:var(--c-accent-light);text-decoration:underline}
main{flex:1 0 auto;max-width:740px;margin:0 auto}
h2,h3,strong{color:var(--c-accent-light)}
@media(max-width:600px){body.legal-page{font-size:.95rem}}
