/* ===== GOOGLE FONTS ICONS ===== */

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
}

/* ===== NAVBAR ICONS ===== */
.nav-icon .material-symbols-outlined {
  color: inherit;
  font-size: 24px;
}

/* ===== SIZE VARIANTS ===== */
.icon-sm .material-symbols-outlined {
  font-size: 20px;
}

.icon-md .material-symbols-outlined {
  font-size: 28px;
}

.icon-lg .material-symbols-outlined {
  font-size: 40px;
}

.icon-xl .material-symbols-outlined {
  font-size: 48px;
}