/* Tempo — Effra font face declarations (served from /public) */

@font-face {
    font-family: "Effra";
    src: url("/fonts/Effra-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("/fonts/Effra.woff2") format("woff2"),
         url("/fonts/Effra.woff") format("woff"),
         url("/fonts/Effra.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("/fonts/Effra-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Effra";
    src: url("/fonts/Effra-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
