/* ============================================================
   Fonts — Ирлем-практик / Разумный туризм design system
   The product is built on Vuetify (Material Design). Primary UI
   font is Roboto; Material Icons supplies the glyph icon font.
   Manrope / Montserrat appear on brand headings and labels.
   NOTE: "Gilroy-Medium" in the source file is a paid font and is
   substituted here with Manrope (closest free geometric sans).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600&display=swap');

/* Material Icons — the icon font used throughout the Vuetify UI */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

.material-icons,
.material-symbols-outlined {
  font-family: 'Material Icons';
  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;
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
}
