/* TeleNeo custom font definitions */
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-Ultra.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-Ultra.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-UltraItalic.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-UltraItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-ExtraBold.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-ExtraBoldItalic.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-Bold.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-BoldItalic.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-Medium.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-MediumItalic.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-Regular.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-RegularItalic.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-Thin.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeoWeb';
  src: url('teleneo/TeleNeoWeb-ThinItalic.woff2') format('woff2'),
       url('teleneo/TeleNeoWeb-ThinItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}

/* Apply the font globally */
:root {
  --md-text-font: "TeleNeoWeb";
}
