p,
body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: var(--secondary);
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    font-weight: 400;
}

.h1-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    background-color: var(--secondary);
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

h1 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--primary);
    margin-bottom: 1rem;
    margin-left: 0rem;
    align-items: center;
}


h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.2;
    color: var(--secondary);
    text-transform: uppercase;
    margin: 2rem 0 1rem 0;
}

h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    line-height: 1.3;
    color: var(--secondary);
    margin: 1.5rem 0 0.75rem 0;
}