/**
 * @license
 * Scale https://github.com/telekom/scale
 *
 * Copyright (c) 2021 Egor Kirpichev and contributors, Deutsche Telekom AG
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */

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

:root {
  font-family: 'TeleNeoWeb', sans-serif;
  font-display: swap;
}
