Initial V1

This commit is contained in:
2024-06-15 16:09:50 +02:00
parent 01e33a3ff0
commit 6ab4e3f2df
50 changed files with 2128 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
.legal-container {
color: #fff;
background-color: #222;
padding: 10vmin;
}
.legal-container h1 {
font-family: "Mona-Sans";
font-weight: 800;
font-size: 75px;
margin: auto;
margin-bottom: 75px;
text-align: center;
}
.legal-container h2 {
font-family: "Overused Grotesk";
font-weight: 700;
font-size: 25px;
margin-top: 75px;
}
.legal-container p {
font-family: "Overused Grotesk";
font-size: 19px;
}
.legal-container ul {
font-family: "Overused Grotesk";
font-size: 19px;
}
.legal-container li {
font-family: "Overused Grotesk";
font-size: 19px;
}