/* Arimo — primary / body + display font (metric-compatible with Helvetica Neue) */
@font-face {
    font-family: "Arimo";
    src: url("/fonts/Arimo-400.woff2") format("woff2"),
         url("/fonts/Arimo-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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