/*
 * Material Symbols Outlined — Going4Cuzco · Agencia de Viajes
 * Catálogo completo de iconos relacionados con turismo y viajes.
 * https://fonts.google.com/icons
 *
 * Uso básico:
 *   <span class="material-symbols-outlined">flight</span>
 *
 * Con tamaño/relleno:
 *   <span class="material-symbols-outlined ms-lg ms-filled">hotel</span>
 */

/* La fuente se carga via <link> en el <head> del HTML para evitar FOUC */

.material-symbols-outlined {
  font-family: 'Material Symbols 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';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

/* ── Tamaños ── */
.ms-sm { font-size: 18px; }
.ms-md { font-size: 24px; }
.ms-lg { font-size: 36px; }
.ms-xl { font-size: 48px; }

/* ── Estilo relleno (filled) ── */
.ms-filled {
  font-variation-settings: 'FILL' 1;
}
