/* Nexargate — shared custom styles on top of Tailwind CDN */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.material-symbols-outlined.icon-fill {
  font-variation-settings: 'FILL' 1;
}
.shadow-ambient-lvl2 {
  box-shadow: 0px 4px 12px rgba(0, 71, 141, 0.08);
}
.shadow-ambient-lvl3 {
  box-shadow: 0px 12px 32px rgba(0, 71, 141, 0.12);
}
