/*
 * Remix Icon v4.5.0 부분 사본
 * https://remixicon.com
 * Copyright RemixIcon.com, Apache License 2.0 (src/assets/fonts/remixicon-Apache-2.0.txt)
 *
 * 원본 CSS는 아이콘 3,020개(143KB), 폰트는 170KB다.
 * 이 프로젝트는 아래 18개만 쓰므로 해당 규칙과 글리프만 남겼다.
 *
 * 아이콘을 추가하려면
 *   1. 원본 remixicon.css에서 `.ri-xxx:before` 규칙을 이 파일로 옮기고
 *   2. 코드포인트를 아래 목록에 더해 폰트를 다시 서브셋한다.
 *      pyftsubset remixicon.woff2 --unicodes="U+ea13,..." --flavor=woff2 \
 *        --layout-features='' --no-hinting --desubroutinize \
 *        --output-file=src/assets/fonts/remixicon-subset.woff2
 */

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

.ri-add-line:before {
  content: "\ea13";
}
.ri-arrow-right-s-line:before {
  content: "\ea6e";
}
.ri-arrow-right-up-line:before {
  content: "\ea70";
}
.ri-arrow-up-s-line:before {
  content: "\ea78";
}
.ri-download-fill:before {
  content: "\ec59";
}
.ri-file-chart-line:before {
  content: "\eccd";
}
.ri-file-download-line:before {
  content: "\ecd9";
}
.ri-group-line:before {
  content: "\ede3";
}
.ri-image-line:before {
  content: "\ee4b";
}
.ri-mail-send-line:before {
  content: "\eefc";
}
.ri-phone-line:before {
  content: "\efec";
}
.ri-play-fill:before {
  content: "\f00a";
}
.ri-presentation-line:before {
  content: "\f350";
}
.ri-pulse-line:before {
  content: "\f035";
}
.ri-question-line:before {
  content: "\f045";
}
.ri-star-fill:before {
  content: "\f186";
}
.ri-thumb-up-line:before {
  content: "\f207";
}
.ri-user-line:before {
  content: "\f264";
}
