/* Material Symbols — 이 테마가 쓰는 글리프만 서브셋 (tools/subset_icons.py 생성물).
   직접 고치지 말 것. 아이콘을 추가했으면 스크립트를 다시 돌린다. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;   /* swap 이면 폰트 오기 전 아이콘 이름이 글자로 보인다 */
  /* ?v= 는 폰트 내용 해시다. 없으면 서브셋을 다시 뽑아도 URL 이 같아 브라우저가
     옛 폰트를 계속 쓰고, 새로 추가한 아이콘만 계속 글자로 보인다(2026-08-02 실측). */
  src: url(./material-symbols-subset.woff2?v=4297075fa6) format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* 포함된 아이콘 202종: account_balance add add_location_alt align_horizontal_center analytics anchor apartment apps architecture arrow_back arrow_forward arrow_upward article assignment assignment_turned_in attach_file badge bedtime biotech bolt build calculate calendar_month call campaign card_membership celebration chat chat_bubble check check_circle checklist chevron_left chevron_right child_care church cleaning_services close closed_caption coffee contact_phone contact_support content_copy cookie credit_card delete_forever dentistry description diamond directions directions_bus directions_car directions_subway distance diversity_3 do_not_disturb_on done download draft ecg_heart eco edit_document edit_note emergency emoji_events engineering error event event_available expand_more face_6 fact_check family_restroom favorite file_download file_present fitness_center flag flare flash_on fluid_med folder_open folder_zip format_list_numbered format_quote forum foundation gavel grid_view groups handshake health_and_safety hearing help help_center history home home_pin hotel hourglass_top how_to_reg info key keyboard_arrow_down keyboard_arrow_up list list_alt local_florist local_hospital local_parking local_shipping location_on lock loyalty mail map markunread_mailbox medical_information medical_services menu menu_book military_tech monitor_heart movie my_location near_me nest_eco_leaf newspaper north_east notifications open_in_new palette park pause payments person person_add person_check person_remove phone_in_talk photo_camera picture_as_pdf place play_arrow play_circle print priority_high privacy_tip psychology public radio_button_unchecked receipt_long remove report restart_alt restaurant savings schedule school science search security self_care sentiment_neutral sentiment_satisfied sentiment_very_dissatisfied share shield shield_with_heart shopping_bag shutter_speed slideshow smartphone source speed star stars stethoscope straighten support_agent swipe swords table_view tag task_alt thumb_up timer tips_and_updates travel_explore trending_flat unfold_less unfold_more upload_file verified verified_user visibility vital_signs volunteer_activism warning work workspace_premium zoom_in */
