@font-face {
    font-family: Data70;
    src: url(../fonts/Data70.ttf) format('truetype');
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-family: Data70, sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}


