@font-face {
  font-family: 'Rashtchi Local Icons V2';
  src: url('/assets/fonts/rashtchi-icons-v2.woff2?v=2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

:root {
  --font: 'Rashtchi Local Icons V2', 'YekanBakh', Tahoma, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font);
}

.ri-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  overflow: visible;
  fill: currentColor;
  vertical-align: -0.125em;
  pointer-events: none;
}

select,
option {
  font-family: 'Rashtchi Local Icons V2', 'YekanBakh', Tahoma, sans-serif;
}
