body {
    background-color: #f2f2ea;
}

.navbar {
    background-color: #f2f2ea;
}

.navbar-brand {
    font-family: "Inter";
    font-weight: 600;
}

.site-header {
  font-family: "Quattrocento";
}

p {
    font-family: "Quattrocento";
    font-size: 1.5rem;
}

.spaced {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.number{
    font-family: "Quattrocento";
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

hr {
    margin: 0;
}

.footer {
    width: 100%;
    padding: 2rem;
    background-color: black;
    color: #f2f2ea;
}

