/* Shared styling for the Inkline legal + support pages.
   Matches the type and measure of the site's index.html. */
:root { color-scheme: light dark; }

body {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.25rem;
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

h1 { font-size: 1.6rem; margin-bottom: 0.25rem; }
h2 { font-size: 1.15rem; margin-top: 2.25rem; }
h3 { font-size: 1rem; margin-top: 1.75rem; }

.sub { opacity: 0.7; margin-top: 0; }
.back { font-size: 0.9rem; opacity: 0.7; }

hr { border: 0; border-top: 1px solid rgba(128, 128, 128, 0.3); margin: 2rem 0; }

table { border-collapse: collapse; width: 100%; margin: 1rem 0; display: block; overflow-x: auto; }
th, td { border: 1px solid rgba(128, 128, 128, 0.3); padding: 0.5rem 0.7rem; text-align: left; }
th { font-weight: 600; }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
  background: rgba(128, 128, 128, 0.15);
  padding: 0.1em 0.35em;
  border-radius: 3px;
}

footer { margin-top: 3rem; font-size: 0.85rem; opacity: 0.6; }
