/*!
 * Generated from Font Awesome 4.7.0 official CSS.
 * Run: node src/scripts/generate-fa-subset.mjs (output: update this file when regenerating)
 * Classes detected: fa-angle-right, fa-calendar-times, fa-caret-down, fa-clock-o, fa-cogs, fa-envelope-o, fa-eye, fa-handshake, fa-home, fa-medkit, fa-mobile, fa-paper-plane, fa-phone, fa-user-md
 */
@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');font-weight:normal;font-style:normal;font-display:swap}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
[class^='fa-'],[class*=' fa-']{font-family:'FontAwesome';font-style:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;speak:none;font-weight:normal;line-height:1}
.fa-angle-right:before{content:"\f105"}
.fa-caret-down:before{content:"\f0d7"}
.fa-clock-o:before{content:"\f017"}
.fa-envelope-o:before{content:"\f003"}
.fa-eye:before{content:"\f06e"}
.fa-home:before{content:"\f015"}
.fa-map-marker:before{content:"\f041"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}
.fa-phone:before{content:"\f095"}
.fa-fax:before{content:"\f1ac"}
.fa-calendar-times:before{content:"\f273"}
.fa-handshake:before{content:"\f2b5"}
.fa-cogs:before{content:"\f085"}
.fa-medkit:before{content:"\f0fa"}
.fa-user-md:before{content:"\f0f0"}

/* Icons must use Font Awesome even inside Bitter/Sintony parents */
i.fa,
i[class^="fa-"],
i[class*=" fa-"] {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.fa:before,
i[class^="fa-"]:before,
i[class*=" fa-"]:before {
  display: inline-block;
}
