@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
    font-family: "Inter";
    font-size: 16px;
    color: #1c1c1c;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
span,
p {
    line-height: 120%;
}

h1,
h2,
h4,
h5 {
    font-family: "Inter Tight";
    font-size: 3rem;
    font-weight: 800;
}

h1 span {
    color: var(--p200);
}

h2 {
    font-size: 2.25rem;
    width: 60%;
    text-align: center;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    opacity: .5;
}

h4,
h5 {
    font-size: 1.3rem;
    font-weight: 700;
}

h5,
h6 {
    font-size: 1.1rem;
}

h6 {
    font-weight: 600;
    width: 50%;
    text-align: center;
}

h7 {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p {
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    opacity: .7;
}

a {
    text-decoration: none;
    color: inherit;
}