@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/GoogleSansFlex-VariableFont_GRAD\,ROND\,opsz\,slnt\,wdth\,wght.ttf') format('truetype');
    font-weight: 1 999;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'GoogleSans', Arial, sans-serif;
}

.active {
    font-weight: 600;
}

p {
    font-size: 14px;
}

ul {
    padding-left: 20px;
    margin-top: var(--gap-s);
    margin-bottom: var(--gap-s);
}

li {
    font-size: 14px !important;
    list-style-position: inside;
}

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

a:hover {
    color: rgb(104, 104, 104);
}

.imprint-box h5 {
    margin-top: 15px;
    margin-bottom: 5px;
}

h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
}

h2 {
    font-size: 18px;
}

h1 {
    font-size: 24px;
}

label {
    font-family: "GoogleSans", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
}

@media (max-width: 999px) {

    /* Styles for screens smaller than 1000px */
    p {
        font-size: 14px;
    }

    li {
        font-size: 14px !important;
    }

    h4 {
        font-size: 16px;
    }

    h3 {
        font-size: 18px;
    }

    h2 {
        font-size: 20px;
    }

    h1 {
        font-size: 28px;
    }

    label,
    button {
        font-size: 14px;
        color: var(--primary-color);
    }
}