@font-face {
    font-family: "walsheim-bold";
    src: url("../fonts/GT-Walsheim-Bold.woff");
    font-display: swap;
}

@font-face {
    font-family: "walsheim-regular";
    src: url("../fonts/GT-Walsheim-Regular.woff");
    font-display: swap;
}

@font-face {
    font-family: "tiempos-regular";
    src: url("../fonts/TiemposTextWeb-Regular.woff2");
    font-display: swap;
}

h1 {
    line-height: 1.25;
    font-size: 3.5rem;
}

h1, h2 {
    font-family: "walsheim-bold", "sans-serif";
}

h3, h4, h5, h6 {
    font-family: "walsheim-regular", "sans-serif";
}

p {
    font-family: "IBM Plex Sans", "sans-serif";
    font-size: 1.05rem;
}