/* Flaticon UICONS — Solid Rounded, self-hosted subset.
   Source: https://www.flaticon.com/uicons (free with attribution to Flaticon).
   Only the four glyphs used on the site are declared; the woff2 is served locally
   so the premium build has no runtime CDN dependency. */
@font-face {
  font-family: "uicons-solid-rounded";
  font-display: swap;
  src: url("/static/brand/fonts/uicons-solid-rounded.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^="fi-sr-"]::before,
[class*=" fi-sr-"]::before {
  font-family: "uicons-solid-rounded" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-sr-balloons::before       { content: "\f1b9"; }  /* Book a Birthday Party */
.fi-sr-backpack::before       { content: "\f1a9"; }  /* After School Care */
.fi-sr-clock::before          { content: "\f35c"; }  /* Drop-In Care */
.fi-sr-file-signature::before { content: "\f4c0"; }  /* Sign the Waiver */
