/* =============================================
   RS Taksim — Custom Style Overrides
   ============================================= */

/* Material Symbols Outlined base */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  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;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Selection */
::selection {
  background-color: rgba(0, 169, 167, 0.15);
  color: #1b1b1d;
}

/* Focus ring */
:focus-visible {
  outline: 2px solid #00a9a7;
  outline-offset: 2px;
  border-radius: 4px;
}
