@font-face {
    font-family: remixicon;
    src: url('/static/remixicon.woff2?t=1734404658139') format('woff2');
    font-display: swap;
}

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

.ri-shield-check-fill::before { content: '\f0ff'; }
.ri-arrow-down-s-line::before { content: '\ea4e'; }
.ri-close-line::before { content: '\eb99'; }
.ri-calendar-line::before { content: '\eb27'; }
.ri-arrow-right-line::before { content: '\ea6c'; }
.ri-arrow-up-line::before { content: '\ea76'; }
.ri-mail-line::before { content: '\eef6'; }
.ri-map-pin-line::before { content: '\ef14'; }
