36 lines
629 B
CSS
36 lines
629 B
CSS
.legal-container {
|
|
color: #F8FAFC;
|
|
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;
|
|
} |