/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/assets/fonts/bootstrap-icons.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-list::before {
  content: "\f479";
}
