/* terova. legal site. Palette and fonts from Ramolo's web kit (10/09), measured from the approved LEAVES print. */
:root { --bg: #f7f4ee; --ink: #222420; --accent: #65695a; --soft: #bcbfb3; }
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body { font-family: "Raleway", "Helvetica Neue", Arial, sans-serif; font-weight: 400; font-size: 17px; line-height: 1.65; min-height: 100vh; display: flex; flex-direction: column; }
main { width: 100%; max-width: 680px; margin: 0 auto; padding: 72px 24px 48px; flex: 1; }
.home { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.wordmark-img { display: block; height: auto; }
.home .wordmark-img { width: min(320px, 70vw); margin-bottom: 28px; }
.wordmark-link { display: inline-block; margin-bottom: 44px; }
.wordmark-link .wordmark-img { width: 120px; }
.line { font-weight: 500; font-size: 19px; color: var(--accent); margin: 0; }
h1 { font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; font-weight: 600; font-size: 30px; margin: 0 0 8px; }
.muted { color: var(--accent); margin-top: 0; }
strong { font-weight: 500; }
a { color: var(--accent); }
footer { text-align: center; padding: 24px; border-top: 1px solid var(--soft); font-size: 14px; color: var(--accent); }
footer a { color: var(--accent); text-decoration: none; margin: 0 6px; }
footer a:hover { color: var(--ink); text-decoration: underline; }
