/* Local overrides for SVAR fonts (replaces cdn.svar.dev references) */
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local(""),
         url("/fonts/roboto/regular.woff2") format("woff2"),
         url("/fonts/roboto/regular.woff") format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local(""),
         url("/fonts/roboto/500.woff2") format("woff2"),
         url("/fonts/roboto/500.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: local(""),
         url("/fonts/open-sans/500.woff2") format("woff2"),
         url("/fonts/open-sans/500.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local(""),
         url("/fonts/open-sans/regular.woff2") format("woff2"),
         url("/fonts/open-sans/regular.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local(""),
         url("/fonts/open-sans/600.woff2") format("woff2"),
         url("/fonts/open-sans/600.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local(""),
         url("/fonts/open-sans/700.woff2") format("woff2"),
         url("/fonts/open-sans/700.woff") format("woff");
}
