@font-face {
    font-family: teksti;
    src: url(https://medipjt.fi/vjtt2408/vili.hautakoski/404/Jost-VariableFont_wght.ttf);
}
body {
text-align: center;
}
h1 {
    font-weight: 700;
    font-size: 72px;
    margin: 10px
}
h2 {
font-weight: 500;
font-size: 42px;
margin: 25px;
}
p {
    font-size: 20px;
}
h1, h2, p {
    font-family: teksti;
}