@font-face {
    font-family: "PT Sans";
    src: url("/fonts/pt-sans-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Sans";
    src: url("/fonts/pt-sans-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Yanone Kaffeesatz";
    src: url("/fonts/yanone-kaffeesatz-variable.ttf") format("truetype");
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}