/* ===== MATERIAL ICONS - ROVI 2025 ===== */
/* Google Material Symbols configuration */

/* ===== BASE MATERIAL ICONS ===== */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  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;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

/* ===== ICON SIZE VARIANTS ===== */
.feature-icon .material-symbols-outlined {
  font-size: 2.4rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48;
}

.service-icon .material-symbols-outlined {
  font-size: 3.2rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

.stat-icon .material-symbols-outlined,
.contact-feature-icon .material-symbols-outlined,
.feature-icon-wrapper .material-symbols-outlined {
  font-size: 2.4rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48;
}

.social-icon .material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 40;
}

.carousel-btn .material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 40;
}

.btn .material-symbols-outlined {
  font-size: 1.6rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 40;
}

.cookie-icon .material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 40;
}
