/*!
 * Bootstrap Icons v1.11.3 (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: "icons";
  src: url("./fonts/icons.woff2?a961fbbd42fc5d5f49ebb5aacbf3a896")
      format("woff2"),
    url("./fonts/icons.woff?a961fbbd42fc5d5f49ebb5aacbf3a896") format("woff");
}

.icon::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: inline-block;
  font-family: 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;
}

.icon-left::before {
  content: "\f915";
}
.icon-right::before {
  content: "\f916";
}
