/* Regular Weights */
@font-face {
    font-family: "Tiempos Headline";
    src: url("tiempos-headline-light.woff2") format("woff2");
    font-weight: 300; /* Assuming light corresponds to 300 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tiempos Headline";
    src: url("tiempos-headline-regular.woff2") format("woff2");
    font-weight: 400; /* Assuming regular corresponds to 400 */
    font-style: normal;
    font-display: swap;
}
