:root {
    --color-p: rgb(48, 48, 48);
    --color-main: #3362BD;
    --color-main-darker: #235ed3;
    --color-main-lighter: #7f9ff1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* p, h1, h2, h3, a {
    font-family: "DIN Neuzeit Grotesk", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: var(--color-p);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2rem;
} */