/* cignyl-sftp 20260910 */
/* Self-hosted Roboto (Apache 2.0). Do not load fonts from a third-party CDN. */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/roboto/roboto-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/roboto/roboto-latin-400-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/roboto/roboto-latin-500-normal.woff2") format("woff2");
}

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

:root,
.v2-theme {
    --cignyl-font-sans: "Roboto", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

html {
    font-family: var(--cignyl-font-sans);
}
