/**
 * Épico — local font faces
 * Assets are served from this directory; no external font provider is used.
 */

@font-face {
    font-family: "Cal Sans";
    src: url("./fonts/CalSans-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
