/* Self-hosted Metropolis (public domain) as a free Avenir Next fallback.
   Loaded after the theme CSS so this font stack wins.
   Apple devices render "Avenir Next" natively; everyone else gets Metropolis. */

@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/metropolis-latin-400-normal.woff2") format("woff2");
}
@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/metropolis-latin-500-normal.woff2") format("woff2");
}
@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/metropolis-latin-600-normal.woff2") format("woff2");
}
@font-face {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/metropolis-latin-700-normal.woff2") format("woff2");
}
@font-face {
    font-family: "Metropolis";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/metropolis-latin-400-italic.woff2") format("woff2");
}
@font-face {
    font-family: "Metropolis";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/metropolis-latin-700-italic.woff2") format("woff2");
}

body {
    font-family: "Avenir Next", "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
