/* Overse — Iconography
 * Icon set: Google Material Symbols (Outlined). Loaded from Google Fonts CDN so
 * consumers who link styles.css get it automatically. Use via the <Icon>
 * component, or the .material-symbols-outlined class directly with the glyph name
 * as text content, e.g. <span class="material-symbols-outlined">search</span>.
 */

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-25..200');

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  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;
  /* Default axes: match the brand's calm, medium stroke */
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
