@media screen and (max-width:414px) {

h0 {
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-weight: 900;
    margin: 0;
}

h1 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

h2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

}

@media screen and (min-width:415px) and (max-width:789px) {

h0 {
    font-family: "Inter", sans-serif;
    font-size: 72px;
    font-weight: 900;
    margin: 0;
}

h1 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

h2 {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

}

@media screen and (min-width:790px) {  

h0 {
    font-family: 'Barlow';
    font-size: 80px;
    font-weight: 900;
    margin: 0;
}

h1 {
    font-family: 'Barlow';
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

h2 {
    font-family: 'Barlow';
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Barlow';
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

}