/* Google Material Symbols (Outlined) — the single source for every icon in
   this app. Usage: <span class="material-symbols-outlined">home</span>,
   using the exact icon names from https://fonts.google.com/icons. Per-
   instance sizing/color is set by each page's own CSS on the containing
   element (e.g. `.rail-icon .material-symbols-outlined{font-size:15px}`) —
   color is automatic since a font glyph just inherits `color` like text. */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
.material-symbols-outlined{
  font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;
  line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;
  white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;vertical-align:middle;
}
