/* ==========================================================================
   Flaticon UIcons - self-hosted subset.

   ATTRIBUTION (required by the Flaticon free licence):
   Icons by Flaticon UIcons - https://www.flaticon.com/uicons
   The same attribution must appear in the site footer. The footer is not
   built in this pass; partials/tools-rail.php carries a TODO marker and
   README.md records the obligation.

   Source: @flaticon/flaticon-uicons v3.3.1
   Styles used: Regular Rounded (fi-rr-*) and Brands (fi-brands-*).
   Every url() below is relative and local - no CDN, no external request.
   Only the glyphs this site actually renders are declared here; the font
   binaries are the full shipped files (subsetting them needs tooling that
   is not part of this zero-build-step project).
   ========================================================================== */

@font-face {
  font-family: "uicons-regular-rounded";
  src: url("../fonts/uicons/uicons-regular-rounded.woff2") format("woff2"),
       url("../fonts/uicons/uicons-regular-rounded.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "uicons-brands";
  src: url("../fonts/uicons/uicons-brands.woff2") format("woff2"),
       url("../fonts/uicons/uicons-brands.woff")  format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* The icon font must not inherit italics or letter-spacing. */
.icon,
[class^="fi-"], [class*=" fi-"] {
  font-family: "uicons-regular-rounded" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  speak: never;
  display: inline-block;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fi-brands-"], [class*=" fi-brands-"] {
  font-family: "uicons-brands" !important;
}

/* ---- glyph map ---------------------------------------------------------- */
.fi-rr-cube::before { content: "\f500"; }
.fi-rr-arrow-up-right::before { content: "\f1b4"; }
.fi-rr-download::before { content: "\f591"; }
.fi-rr-globe::before { content: "\f705"; }
.fi-rr-settings::before { content: "\fbd2"; }
.fi-rr-brightness::before { content: "\f2eb"; }
.fi-rr-moon::before { content: "\f972"; }
.fi-rr-sun::before { content: "\fd17"; }
.fi-rr-home::before { content: "\f7b8"; }
.fi-rr-user::before { content: "\fea0"; }
.fi-rr-graduation-cap::before { content: "\f70f"; }
.fi-rr-briefcase::before { content: "\f2e9"; }
.fi-rr-apps::before { content: "\f16c"; }
.fi-rr-layers::before { content: "\f87c"; }
.fi-rr-comment-quote::before { content: "\f4b1"; }
.fi-rr-quote-right::before { content: "\fafb"; }
.fi-rr-paper-plane::before { content: "\f9f7"; }
.fi-rr-arrow-small-up::before { content: "\f19f"; }
.fi-brands-twitter::before { content: "\f1c1"; }
.fi-brands-linkedin::before { content: "\f17b"; }
