/* Local restoration: Silka webfonts when archive fonts are partial; Roboto is loaded by main stylesheet. */
@font-face {
  font-family: silka;
  src: url(/dashboard/static/fonts/silka-regular-webfont.woff2) format("woff2"),
    url(/dashboard/static/fonts/silka-medium-webfont.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: silka;
  src: url(/dashboard/static/fonts/silka-medium-webfont.woff2) format("woff2"),
    url(/dashboard/static/fonts/silka-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: silka;
  src: url(/dashboard/static/fonts/silka-semibold-webfont.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: silka;
  src: url(/dashboard/static/fonts/silka-bold-webfont.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: silka, "Roboto", system-ui, -apple-system, sans-serif;
}
