@font-face {
    src: url(../fonts/Vollkorn-VariableFont_wght.ttf);
    font-family: "Vollkorn";
    font-weight: medium;
    font-style: normal;
}
@font-face {
    src: url(../fonts/Vollkorn-Italic-VariableFont_wght.ttf);
    font-family: "Vollkorn";
    font-weight: medium;
    font-style: italic;
}
* {
    font-family: Vollkorn;
}
audio {
    color: red;
}