added TOS and Privacy content

This commit is contained in:
KS Jannette
2026-05-12 18:17:02 -04:00
parent cb476c38d7
commit c387798be7
8 changed files with 340 additions and 17 deletions

View File

@@ -0,0 +1,24 @@
.tos-container {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
color: var(--color-text);
}
.tos-container h1 {
font-size: 2rem;
font-weight: 200;
margin-bottom: 1.25rem;
}
.tos-para {
margin-bottom: 1.25rem;
font-size: 1.35rem;
font-weight: 200;
line-height: 1.65;
color: var(--color-text-muted);
}
.tos-para:last-child {
margin-bottom: 0;
}