/* 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=3a84b1f5ed) 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;
}
/* 포함된 아이콘 233종: account_balance account_tree add add_location_alt alternate_email analytics anchor android apartment apps architecture arrow_back arrow_forward arrow_upward article assignment assignment_turned_in attach_file badge beach_access biotech block bolt calculate calendar_month calendar_today call campaign cancel card_giftcard card_membership celebration change_history 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 corporate_fare credit_card deceased delete_forever dentistry description diamond directions_bus directions_car directions_subway distance diversity_3 do_not_disturb_on done download draft drafts ecg_heart eco edit edit_document edit_note emergency emoji_events engineering error event event_available event_note expand_more face_6 fact_check family_restroom favorite file_download file_present filter_alt fitness_center flag flare flash_on fluid_med folder_open folder_zip format_list_numbered format_quote format_size forum foundation gavel grid_view group group_add groups handshake healing health_and_safety hearing help help_center history history_edu home_pin hotel hourglass_top how_to_reg how_to_vote hub info insights key keyboard_arrow_down keyboard_arrow_up link list list_alt local_florist local_hospital local_parking local_shipping location_on lock loyalty mail map medical_services menu_book military_tech more_horiz movie my_location near_me nest_eco_leaf newspaper north_east notifications notifications_active open_in_new outgoing_mail palette park pause payments pending person person_add person_check person_remove phone_in_talk phone_iphone photo_camera photo_library picture_as_pdf place play_arrow play_circle print priority_high privacy_tip psychology public quiz radio_button_unchecked receipt_long record_voice_over redeem remove report restart_alt restaurant rss_feed sailing savings schedule school science search security self_care send sentiment_neutral sentiment_satisfied sentiment_very_dissatisfied share shield shield_person shield_with_heart shopping_bag shutter_speed slideshow smart_display smartphone source speed star stars storefront summarize support_agent swipe swords table_view tag task_alt terrain thumb_up timer tour travel_explore trending_down trending_flat trending_up unfold_less unfold_more upload_file verified verified_user visibility vital_signs volunteer_activism warning work workspace_premium zoom_in */
