/* Material Symbols Rounded — LimaCharlie icon system */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,300..700,0..1,-25..0&display=block');

.ms, .material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: 600;
  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;
  color: currentColor;
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' -25, 'opsz' 20;
}
.ms-18 { font-size: 18px; font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' -25, 'opsz' 20; }
.ms-24 { font-size: 24px; }
.ms-30 { font-size: 30px; }
.ms-36 { font-size: 36px; }
.ms-48 { font-size: 48px; font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' -25, 'opsz' 48; }
.ms-fill { font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' -25, 'opsz' 20; }
