
/*
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*/

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

[class^="ri-"], [class*="ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-service-line:before { content: "\f0e2"; }
.ri-hand-heart-line:before { content: "\edf3"; }
.ri-cross-line:before { content: "\f31b"; }
.ri-instagram-line:before { content: "\ee66"; }
