body {
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 14px;
    line-height: 24px;
}

h1, h2, h3 {
    font-weight: 700;
}

button {
    font-size: 12px;
    font-family: inherit;
}

nav button {
    font-size: 16px;
}

.language-toggle {
    font-size: 12px;
}

.introduction p {
    font-size: 20px;
    line-height: 30px;
}

.point,
.email,
.links {
    font-size: 16px;
}

@media (min-width: 1025px) {
    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    section {
        font-size: 12px;
    }

    .section-header {
        font-size: 14px;
    }

    .section-header .number {
        font-weight: 700;
    }

    #third .introduction p,
    #fifth .introduction p {
        font-size: 28px;
    }

    .point-header {
        font-size: 24px;
    }

    .email {
        font-size: 24px;
    }

    .links {
        font-size: 20px;
    }

    .point-number,
    .point-title {
        font-size: 24px;
    }

    .point-content li {
        font-size: 16px;
        line-height: 19px;
    }
}
