@font-face {
    font-family: "Lato Light";
    src: url('../assets/fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: "Noto Light";
    src: url('../assets/fonts/Noto_Serif_Display/static/NotoSerifDisplay-Light.ttf');
}

#privacy-policy {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1600px;
    color: var(--dark-color);
    margin: 0px auto;
    padding: 0px;
}
.privacy-policy-container {
    box-sizing: border-box;
    width: 70%;
    padding: 100px 0px;
    margin: 0px auto;
}

#privacy-policy h1 {
    font-family: "Noto Light";
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
}

#privacy-policy h2 {
    font-family: "Noto Light";
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 16px;
}

#privacy-policy h3 {
    font-family: "Gupter", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 16px;
}

#privacy-policy h4 {
    font-family: "Noto Light";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 16px;
}

#privacy-policy p, li {
    width: 100%;
    font-family: "Lato Light";
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#privacy-policy ul {
    padding-left: 40px;
}

#privacy-policy a {
    color: var(--dark-color);
    text-decoration: none;
}

@media screen and (max-width: 2560px) and (min-width: 1537px) {
    #privacy-policy { max-width: 2560px; }
    #privacy-policy h1 { font-size: 2.6vw; margin-top: 6.5vw; margin-bottom: 1.3vw; }
    #privacy-policy h2 { font-size: 2vw; margin-top: 3.3vw; margin-bottom: 1vw; }
    #privacy-policy h3 { font-size: 1.5vw; margin-top: 3.3vw; margin-bottom: 1vw; }
    #privacy-policy h4 { font-size: 1.3vw; margin-top: 3.3vw; margin-bottom: 1vw; }
    #privacy-policy p, li { font-size: 1vw; margin-top: 1.9vw; margin-bottom: 1.9vw; }
    #privacy-policy ul { padding-left: 2.6vw; }
}

@media screen and (max-width: 426px) {
    #privacy-policy h1 { font-size: 32px; }
    #privacy-policy h2 { font-size: 26px; margin-top: 30px; margin-bottom: 10px; }
    #privacy-policy h3 { font-size: 20px; margin-top: 30px; margin-bottom: 10px; }
    #privacy-policy h4 { font-size: 18px; margin-top: 30px; margin-bottom: 10px; }
    #privacy-policy p, li { font-size: 14px; margin-top: 15px; margin-bottom: 10px; }
}

@media screen and (max-width: 321px) {
    #privacy-policy h1 { font-size: 26px; }
    #privacy-policy h2 { font-size: 22px; }
    #privacy-policy h3 { font-size: 18px; }
    #privacy-policy h4 { font-size: 16px; }
    #privacy-policy p, li { font-size: 12px; }
}