/* Material Design Icons - Regular and Outlined variants */

/* Material Icons - Regular (Filled) */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("MaterialIcons-Regular.c1faef10d9ee.woff2") format('woff2'),
       url("MaterialIcons-Regular.207abfaf77b1.woff") format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* Material Icons - Outlined */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("MaterialIconsOutlined-Regular.0ba49c096a77.woff2") format('woff2'),
       url("MaterialIconsOutlined-Regular.6be484e39142.woff") format('woff');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* 
 * Common Material Icons used in this application:
 * 
 * Navigation & Actions:
 * - content_copy (copy)
 * - content_cut (cut)
 * - content_paste (paste)
 * - keyboard_arrow_up (arrow up)
 * - keyboard_arrow_down (arrow down)
 * - delete (delete)
 * - cancel (cancel)
 * - undo (undo)
 * - save (save)
 * - edit (edit)
 * - add (add)
 * - close (close)
 * - check (check)
 * - arrow_back (back)
 * - menu (menu)
 * - more_vert (more options)
 * 
 * Media & Recording:
 * - mic (microphone)
 * - stop (stop recording)
 * - play_arrow (play)
 * - pause (pause)
 * - replay (replay)
 * - volume_up (volume)
 * - headset (headphones)
 * 
 * Project & Organization:
 * - folder (folder)
 * - theater_comedy (theatre)
 * - person (person)
 * - group (group)
 * - settings (settings)
 * - search (search)
 * - filter_list (filter)
 * - sort (sort)
 * 
 * Status & Feedback:
 * - info (info)
 * - warning (warning)
 * - error (error)
 * - check_circle (success)
 * - help (help)
 * - visibility (show)
 * - visibility_off (hide)
 * 
 * Usage:
 * <span class="material-icons">icon_name</span>
 * <span class="material-icons-outlined">icon_name</span>
 */
