/* Filename versions: bump the -x.y suffix when replacing a font file, the URL is cached for a year (lib/middleware/static_cache_control_middleware.rb). Keep the unversioned copies, cached stylesheets still request them. */
@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Roobert-Regular-1.0.woff2")
  format("woff2"),
  url("/fonts/Roobert-Regular-1.0.woff") format("woff");
}

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

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

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