Below is general code which is working, you can change it and place this code with your changes, in wp-admin >> Appearance >> customize >> Additional CSS to apply your font sizes.
body {
line-height:25px;
font-size:0.875rem;
}
h1,
h1 a {
font-size:2rem;
}
h2,
h2 a {
font-size:1.75rem;
}
h3,
h3 a {
font-size:1.50rem;
}
h4,
h4 a {
font-size:1.25rem;
}
h5,
h6,
h5 a,
h6 a {
font-size:1rem;
}
label,
p,
ul,
ol,
a,
blockquote,
input,
textarea,
select,
[type=date],
[type=text],
[type=email],
span {
font-size:0.875rem;
line-height:25px;
color:#5d5d5d;
}