@font-face
  font-family: $ffwdIcons
  font-weight: 400
  font-style: normal
  src: url("./ffwd-icons.woff") format("woff"),
       url("./ffwd-icons.ttf") format("truetype")

.ffwd-icons
  display: inline-block
  font-family: $ffwdIcons
  font-size: 24px
  font-weight: 400
  font-style: normal
  font-variant: normal
  font-stretch: normal
  text-transform: none
  line-height: 1
  letter-spacing: normal
  word-wrap: normal
  white-space: nowrap
  direction: ltr
  text-rendering: auto
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale

  &.right-arrow::before
    content: "\63"
    display: inline-block
    transform: rotate3d(0, 0, 1, 180deg)

