/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";

  src: url('../../assets/fonts/remixicon.eot?t=1590207869815#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../../assets/fonts/remixicon.woff2?t=1590207869815") format("woff2");



  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
  .ri-sm {font-size:.875em;}


.ri-check-line:before { content: "\eb7b"; }
.ri-arrow-right-s-fill:before { content: "\ea6d"; }
.ri-phone-fill:before { content: "\efe9"; }
.ri-mail-fill:before { content: "\eef3"; }

