/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Material Symbols Safari Fix */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', 'Material Icons', 'Roboto', sans-serif;
  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-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  /* Safari-specific fixes */
  -webkit-font-feature-settings: 'liga';
  font-display: swap;
}

/* Safari fallback for when icons don't load */
@supports (-webkit-appearance: none) {
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', 'Material Icons', 'Roboto', 'Arial', sans-serif;
  }
}
