@font-face {
  font-family: "roosevelt-icons";
  src: url('roosevelt-icons.eot?t=1698091934181'); /* IE9*/
  src: url('roosevelt-icons.eot?t=1698091934181#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("roosevelt-icons.woff2?t=1698091934181") format("woff2"),
  url("roosevelt-icons.woff?t=1698091934181") format("woff"),
  url('roosevelt-icons.ttf?t=1698091934181') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('roosevelt-icons.svg?t=1698091934181#roosevelt-icons') format('svg'); /* iOS 4.1- */
}

.roosevelt-icon {
  font-family: 'roosevelt-icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

